NamespacesNamespaceTemplatesSubject
The NamespaceTemplates.Subject structure contains the user or group information granted for namespace self service.
Properties
string
domain
Required
Domain of the subject.
string
subject
Required
Name of the subject.
JSON Example
{
"domain": "string",
"subject": "string",
"subject_type": "enum"
}