TrustedInfrastructureTrustAuthorityClustersConsumerPrincipalsInfo
The ConsumerPrincipals.Info structure contains the information necessary to establish trust between a workload vCenter and a Trust Authority Host.
Properties
The certificates used by the vCenter STS to sign tokens.
The consistency of the profile across the hosts in the cluster.
The unqiue identifier of a connection profile. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.esx.authentication.clientprofile. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.esx.authentication.clientprofile.
The service which created and signed the security token.
A user-friendly alias of the service which created and signed the security token. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.esx.authentication.trust.security-token-issuer. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.esx.authentication.trust.security-token-issuer.
A localizable message describing the health of the profile. If unset, the certificates won’t be updated.
The principal used by the vCenter to retrieve tokens. Currently this is the vCenter solution user.
JSON Example
{
"certificates": [
{
"cert_chain": [
"string"
]
}
],
"health": "enum",
"id": "string",
"issuer": "string",
"issuer_alias": "string",
"principal": {
"id": {
"domain": "string",
"name": "string"
},
"type": "enum"
}
}