GuestAliases
GuestAliases
Describes the representation of an alias and the subjects that are trusted from that VMware SSO Server.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"base64Cert": "string",
"aliases": [
{
"_typeName": "string",
"subject": {
"_typeName": "string"
},
"comment": "string"
}
]
}
string
base64Cert
Required
The associated VMware SSO Server X.509 certificate, in base64 encoded DER format.
array of GuestAuthAliasInfo
aliases
Required
A white list of aliases that the in-guest user account trusts; it can be a subset of the subjects known to the identity provider.