TrustedInfrastructure_Principal_Info
TrustedInfrastructure_Principal_Info
The Principal.Info structure contains the information about the principal and certificates used by this vCenter to retrieve tokens.
JSON Example
{
"certificates": [
{
"cert_chain": [
"string"
]
}
],
"issuer": "string",
"principal": {
"id": {
"name": "string",
"domain": "string"
},
"type": "string"
},
"name": "string"
}
array of TrustedInfrastructure_X509CertChain
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.
principal
Required
The StsPrincipal structure contains a IDM principal.
string
name
Required
The user-friednly name of the vCenter.