NamespacesInstancesAccess
The Instances.Access structure contains the access control information for a subject on a namespace.
Properties
string
domain
Required
Domain of the subject.
string
subject
Required
Name of the subject.
Property Of
NamespacesInstancesInfo
NamespacesInstancesCreateSpec
NamespacesInstancesUpdateSpec
NamespacesInstancesSetSpec
JSON Example
{
"domain": "string",
"role": "enum",
"subject": "string",
"subject_type": "enum"
}