NamespacesAccessCreateSpec
The Access.CreateSpec structure contains the specification required to create access control on the namespace.
Properties
role
Required
The Access.Role enumerated type lists the default roles which can be associated with a subject on a domain on the namespace.
EDIT : This role allows modification of the namespace.
VIEW : This is a read-only role on the namespace.
Possible values are: EDIT , VIEW
JSON Example
{
"role": "EDIT"
}