GuestAuthAliasInfo

GuestAuthAliasInfo
GuestAuthAliasInfo

Describes a subject associated with an X.509 certificate in the alias store.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "subject": {
        "_typeName": "string"
    },
    "comment": "string"
}
subject
Required

A Subject.

string
comment
Required

User-supplied data to describe the subject.