TrustedInfrastructurePrincipalInfo
The Principal.Info structure contains the information about the principal and certificates used by this vCenter to retrieve tokens.
Properties
array of
TrustedInfrastructureX509CertChain
certificates
Required
The certificates used by the STS to sign tokens for this vCenter.
string
issuer
Required
The service which created and signed the security token.
string
name
Required
The user-friednly name of the vCenter.
principal
Required
The principal used by this vCenter instance to retrieve tokens. Currently this is the vCenter solution user.
JSON Example
{
"certificates": [
{
"cert_chain": [
"string"
]
}
],
"issuer": "string",
"name": "string",
"principal": {
"id": {
"domain": "string",
"name": "string"
},
"type": "STS_USER"
}
}