NAME
JIRA::API::ApplicationRole -
SYNOPSIS
my $obj = JIRA::API::ApplicationRole->new();
...
PROPERTIES
defaultGroups
The groups that are granted default access for this application role. As a group's name can change, use of `defaultGroupsDetails` is recommended to identify a groups.
defaultGroupsDetails
The groups that are granted default access for this application role.
defined
Deprecated.
groupDetails
The groups associated with the application role.
groups
The groups associated with the application role. As a group's name can change, use of `groupDetails` is recommended to identify a groups.
hasUnlimitedSeats
key
The key of the application role.
name
The display name of the application role.
numberOfSeats
The maximum count of users on your license.
platform
Indicates if the application role belongs to Jira platform (`jira-core`).
remainingSeats
The count of users remaining on your license.
selectedByDefault
Determines whether this application role should be selected by default on user creation.
userCount
The number of users counting against your license.
userCountDescription
The [type of users](https://confluence.atlassian.com/x/lRW3Ng) being counted against your license.