Permission
Description
This object defines the authorization relationship between a UserRole object and a RBACResource or RBACResouceGroup object. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Model Properties
Property | Required | Type | Description | |||
---|---|---|---|---|---|---|
permissionType | False | string | The permission associated with the permitted resource. Possible permissions are: READ -- The user has read-only access, that is, the user can see the resource but cannot change it. WRITE -- The user has read/write access, that is, the user can see the resource and change its configuration. | |||
permittedResource | False | object | The permitted RBACResource or RBACResourceGroup object granted with the specified permission type Allowed types are: [RBACResource, RBACResourceGroup] |
|||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |