Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 936 Bytes

File metadata and controls

13 lines (9 loc) · 936 Bytes

ApiPrivilegeApplicationRequest

Properties

Name Type Description Notes
name str The name of the privilege. This value cannot be changed. [optional]
description str [optional]
actions list[str] A collection of actions to associate with the privilege, using BREAD syntax (browse,read,edit,add,delete,all) as well as 'run' for script privileges. [optional]
domain str The domain (i.e. 'blobstores', 'capabilities' or even '*' for all) that this privilege is granting access to. Note that creating new privileges with a domain is only necessary when using plugins that define their own domain(s). [optional]

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