vcenter namespaces instances: access
The
access
structure contains the access control information for a subject on a namespace.Representation:
{
"role" : "EDIT",
"subject_type" : "USER",
"subject" : "string",
"domain" : "string"
}
"role" : "EDIT",
"subject_type" : "USER",
"subject" : "string",
"domain" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
subject_type | string | Type of the subject. Lists the types of subjects who can be associated with a role on the namespace. Value is one of:USER: Single user. GROUP: Group of users. |
subject | string | Name of the subject. |
domain | string | Domain of the subject. |
role | string | Role of the subject on the namespace instance. Lists the default roles which can be associated with a subject on a domain on the namespace. Value is one of: EDIT: This role allows modification of the namespace. VIEW: This is a read-only role on the namespace. |