Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 1.12 KB

PermissionGrant.md

File metadata and controls

9 lines (8 loc) · 1.12 KB

PermissionGrant

Properties

Name Type Description Notes
id Long The ID of the permission granted details. [optional]
self String The URL of the permission granted details. [optional]
holder AllOfPermissionGrantHolder The user or group being granted the permission. It consists of a `type` and a type-dependent `parameter`. See Holder object in Get all permission schemes for more information. [optional]
permission String The permission to grant. This permission can be one of the built-in permissions or a custom permission added by an app. See Built-in permissions in Get all permission schemes for more information about the built-in permissions. See the project permission and global permission module documentation for more information about custom permissions. [optional]