Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 682 Bytes

MetaAccessPrivilege.md

File metadata and controls

12 lines (8 loc) · 682 Bytes

MetaAccessPrivilege

The required access privilege for a given Managed Object and CRUD operation.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]