Namespaces_Instances_Access

Namespaces_Instances_Access
Namespaces_Instances_Access

The Instances.Access structure contains the access control information for a subject on a namespace.

JSON Example
{
    "subject_type": "string",
    "subject": "string",
    "domain": "string",
    "role": "string"
}
subject_type
Required

The Access.SubjectType enumerated type lists the types of subjects who can be associated with a Access.Role on the namespace.
USER : Single user.
GROUP : Group of users.

string
subject
Required

Name of the subject.

string
domain
Required

Domain of the subject.

role
Required

The Access.Role enumerated type lists the default roles which can be associated with a subject on a domain on the namespace.
OWNER : This role allows modification and deletion of the namespace.
EDIT : This role allows modification of the namespace.
VIEW : This is a read-only role on the namespace.