The required access privilege for a given Managed Object and CRUD operation.
Name | Type | Description | Notes |
---|---|---|---|
method | str | The type of CRUD operation (create, read, update, delete) for which an access privilege is required. | [optional] [readonly] [default to 'Update'] |
privilege | str | The name of the privilege which is required to invoke the specified CRUD method. | [optional] [readonly] |