Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 5.27 KB

setpermissionspermissions.md

File metadata and controls

10 lines (7 loc) · 5.27 KB

SetPermissionsPermissions

Fields

Field Type Required Description
id Optional[str] The id of the permission. Provide either id or name. If both are provided id is used.
name Optional[str] Identify the permission via its name. Provide either id or name. If both are provided id is used.
create Optional[bool] Set to true to automatically create the permissions they do not exist yet. Only works when specifying name.
Autocreating permissions requires your root key to have the rbac.*.create_permission permission, otherwise the request will get rejected