NamespacesInstancesPrincipal
The Instances.Principal structure contains the information about the creator of namespace.
Properties
string
domain
Required
Domain of the subject.
string
subject
Required
Name of the subject.
JSON Example
{
"domain": "string",
"subject": "string"
}