Permission
Represents a permission in YouTrack.
Attributes
This table describes attributes of the Permission entity.
To receive an attribute in the response from the server, specify it explicitly in the
fieldsrequest parameter.To update an attribute, provide it in the body of a POST request.
Field | Type | Description |
|---|---|---|
id | String | The ID of the permission. |
name | String | The name of the permission. |
description | String | The description of the permission. |
permissionEntityType | String | The type of the entity this permission applies to. |
operation | String | The operation name associated with the permission. |
impliedPermissions | Array of Permissions | The list of permissions implied by this permission. |
dependentPermissions | Array of Permissions | The list of permissions that depend on this permission. |
scope | PermissionScope | The scope of the permission. Possible values: Global, Organization, Project. |