TrustedInfrastructure_TrustAuthorityClusters_ConsumerPrincipals_CreateSpec
The ConsumerPrincipals.CreateSpec structure contains the information necessary to establish trust between a workload vCenter and a Trust Authority Host.
{
"certificates": [
{
"cert_chain": [
"string"
]
}
],
"issuer_alias": "string",
"issuer": "string",
"principal": {
"id": {
"name": "string",
"domain": "string"
},
"type": "string"
}
}
The certificates used by the vCenter STS to sign tokens.
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.
The service which created and signed the security token.
The StsPrincipal structure contains a IDM principal.