Namespaces_Access_Info

Namespaces_Access_Info
Namespaces_Access_Info

The Access.Info structure contains the information about the access control of the subject on given domain on the namespace.

JSON Example
{
    "role": "string",
    "inherited": false
}
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.

boolean
inherited
Optional

Flag to indicate if the Access.Info.role is direct or inherited. The value is set to true if the Access.Info.role is inherited from group membership This field is optional because it was added in a newer version than its parent node.