GuestMappedAliases
GuestMappedAliases
Represents a mapping between an external subject, as authenticated by a given VMware SSO Server, and an in-guest user.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"base64Cert": "string",
"username": "string",
"subjects": [
{
"_typeName": "string"
}
]
}
string
base64Cert
Required
The associated VMware SSO Server X.509 certificate, in base64 encoded DER format.
string
username
Required
The in-guest user associated with the mapping.