Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.26 KB

UserPermission.md

File metadata and controls

19 lines (17 loc) · 1.26 KB

UserPermission

Properties

Name Type Description Notes
id String The ID of the permission. Either `id` or `key` must be specified. Use Get all permissions to get the list of permissions. [optional]
key String The key of the permission. Either `id` or `key` must be specified. Use Get all permissions to get the list of permissions. [optional]
name String The name of the permission. [optional]
type TypeEnum The type of the permission. [optional]
description String The description of the permission. [optional]
havePermission Boolean Whether the permission is available to the user in the queried context. [optional]
deprecatedKey Boolean Indicate whether the permission key is deprecated. Note that deprecated keys cannot be used in the `permissions parameter of Get my permissions. Deprecated keys are not returned by Get all permissions.` [optional]

Enum: TypeEnum

Name Value
GLOBAL "GLOBAL"
PROJECT "PROJECT"