esx authentication trust security token issuers: summary
summary
structure contains summary from the list of existing security token issuer trusts.The structure includes the alias identifier and the issuer string.
Representation:
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
summary_type | string | Defines the verbosity of the sumary. Defines the types of esx.authentication.trust.security_token_issuers.summary members to return from the list method. The profile information could include the access grants or be a shorter summary. Value is one of:FULL: The full security token isuer information, including certificates. NORMAL: A summary containing only the security token issuer alias and the issuer string. BRIEF: A brief summary, containing only the security token issuer alias. |
signing_cert_chains[].cert_chain | string[] | Certificate chain in base64 format
|
Optional | ||
issuer_alias | string | The security token issuer trust identifier. Optional. It is only relevant when summary_type has value [BRIEF, NORMAL, FULL]. This field is optional and it is only relevant when the value of |
issuer | string | Who created and signed the security token. Optional. It is only relevant when summary_type has value [NORMAL, FULL]. This field is optional and it is only relevant when the value of |
signing_cert_chains | x509_cert_chain[] | Token signing certificate chains. These certificate chains are used only for verifying existing tokens and not for issuing new tokens on behalf of the external security token issuer. Optional. It is only relevant when summary_type has value FULL. This field is optional and it is only relevant when the value of |