NAME

JIRA::API::RestrictedPermission -

SYNOPSIS

my $obj = JIRA::API::RestrictedPermission->new();
...

PROPERTIES

id

The ID of the permission. Either `id` or `key` must be specified. Use [Get all permissions](#api-rest-api-3-permissions-get) to get the list of permissions.

key

The key of the permission. Either `id` or `key` must be specified. Use [Get all permissions](#api-rest-api-3-permissions-get) to get the list of permissions.