ATTRIBUTE TYPE REFERS TO DESCRIPTION
ATTRIBUTE TYPE REFERS TO DESCRIPTION
appID string The unique identifier of the connected application.
appName string The name of the connected application.
ATTRIBUTE TYPE REFERS TO DESCRIPTION
appID string The unique identifier of the connected application.
riskLevel string The risk level of the connected application (HIGH, MEDIUM, or LOW).
permissionsMetadata list<object> Details of each permission requested by the connected application.
 name string The name of the permission.
 riskLevel string The risk level of the permission.
 firstSeenTime number When the permission was first granted.
 removedTime number When the permission was removed (0 if still active).
 riskScore number The risk score of the permission.
connectedAppName string The name of the connected application.
riskScore number The overall risk score of the connected application.
ATTRIBUTE TYPE REFERS TO DESCRIPTION
name string The name of the group.
groupId string The unique identifier of the group.
ATTRIBUTE TYPE REFERS TO DESCRIPTION
accountType string The account type (atlassian, app, or customer).
accountId string User The account ID of the group member.
groupId string Group The ID of the group this member belongs to.
displayName string The display name of the group member.
active boolean Whether the member account is active.
ATTRIBUTE TYPE REFERS TO DESCRIPTION
ATTRIBUTE TYPE REFERS TO DESCRIPTION
ATTRIBUTE TYPE REFERS TO DESCRIPTION
ATTRIBUTE TYPE REFERS TO DESCRIPTION
permission string The permission key (e.g., BROWSE_PROJECTS, ADMINISTER_PROJECTS). Risk/admin/category classification is intentionally not modeled left to the research/rules layer.
permissionSchemeId string PermissionScheme The ID of the permission scheme this permission belongs to.
grantId string The unique identifier for this permission grant.
holder object The holder of this permission grant.
 user object The user details (present when the holder type is user).
 avatarUrls object Avatar image URLs for the user.
 displayName string The display name of the user.
 active boolean Whether the user is active.
 timeZone string The time zone of the user.
 accountType string The account type (atlassian, app, or customer).
 self string The URL for the user.
 accountId string The account ID of the user.
 emailAddress string The email address of the user.
 type string The type of holder (projectRole, user, group, etc.).
 parameter string The holder identifier.
 value string The holder ID (role ID, user account ID, or group ID).
 expand string Additional holder details.
ATTRIBUTE TYPE REFERS TO DESCRIPTION
id number The ID of the permission scheme.
name string The name of the permission scheme.
description string The description of the permission scheme.
scope object The scope of the scheme (GLOBAL, PROJECT, or TEMPLATE).
scopeType string The scope type (GLOBAL for site-wide, PROJECT for project-specific).
scopeProjectId string Project The project ID when the scope is PROJECT.
permissionIds list<string> The IDs of all permissions assigned in this scheme.
ATTRIBUTE TYPE REFERS TO DESCRIPTION
ATTRIBUTE TYPE REFERS TO DESCRIPTION
ATTRIBUTE TYPE REFERS TO DESCRIPTION
key string The product key (e.g., jira-software, jira-servicedesk).
remainingSeats number The number of seats remaining for this product.
selectedByDefault boolean Whether this product role is selected by default for new users.
defaultGroupIds list<string> The IDs of groups that automatically grant this product access to new users.
userCountDescription string The label describing what the user count represents (e.g., users, agents).
platform boolean Whether this is a platform-level product access.
groups list<string> The names of groups whose members have access to this product.
defaultGroups list<string> The groups that automatically grant this product access to new users.
groupDetails list<object> Details of the groups that have access to this product.
 name string The name of the group.
 groupId string The ID of the group.
 self string The URL for the group details.
name string The display name of the product (e.g., Jira Software).
userCount number The number of users currently consuming a seat.
hasUnlimitedSeats boolean Whether this product has unlimited seats.
defined boolean Whether this product access is active on the site.
groupIds list<string> Group The IDs of groups whose members have access to this product.
numberOfSeats number The total number of seats available for this product.
defaultGroupsDetails list<object> Details of the groups that automatically grant access to new users.
 name string The name of the group.
 groupId string The ID of the group.
 self string The URL for the group details.
ATTRIBUTE TYPE REFERS TO DESCRIPTION
ATTRIBUTE TYPE REFERS TO DESCRIPTION
isPrivate boolean Whether the project is private (access restricted).
archived boolean Whether the project is archived (inactive).
archivedDate string When the project was archived.
archivedBy object The user who archived the project.
 displayName string The display name of the user who archived the project.
 active boolean Whether the user account is active.
 self string The URL for the user details.
 avatarUrls object Avatar image URLs for the user.
 accountId string The account ID of the user who archived the project.
simplified boolean Whether this is a team-managed project.
key string The project key (e.g., PROJ, DUM). Display identifier for the project.
issueTypes list<object> The issue types available in the project (e.g., Story, Task, Bug, Epic).
 description string The description of the issue type.
 subtask boolean Whether this issue type represents a subtask.
 hierarchyLevel number The hierarchy level of the issue type (-1 for subtask, 0 for standard, 1+ for parent levels).
 id string The ID of the issue type.
 name string The name of the issue type (e.g., Story, Task, Bug, Epic).
versions list<object> The versions/releases defined in the project.
 released boolean Whether the version has been released.
 id string The ID of the version.
 name string The name of the version.
 description string The description of the version.
 archived boolean Whether the version is archived.
style string Project style ("classic" or "next-gen").
properties object Custom properties attached to the project.
expand string Indicates which additional fields are included in the response.
name string The name of the project.
time string When the project data was last refreshed.
projectCategory object The project category for organizational grouping (e.g., Software, Service Management).
 id string Project category ID.
 name string Project category name (e.g., Software, Service Management).
 description string Project category description.
 self string The URL for the project category details.
entityId string The project's unique entity identifier.
id string The numeric ID of the project.
description string The description of the project.
components list<object> The components defined in the project.
lead object The project lead (the person who owns the project).
 accountType string Account type of the project lead (atlassian|app|customer).
 active boolean Whether the project lead's account is active.
 self string The URL for the project lead's user details.
 avatarUrls object Avatar image URLs for the project lead, keyed by size.
 accountId string Account ID of the project lead.
 displayName string Display name of the project lead.
uuid string The project's UUID (same value as entity identifier).
projectTypeKey string The project type (e.g., software, service_desk, business).
assigneeType string How new issues are assigned by default (e.g., UNASSIGNED, PROJECT_LEAD).
roles object The roles available in the project, with links to role details.
ATTRIBUTE TYPE REFERS TO DESCRIPTION
roleId string Role The ID of the role this actor is assigned to.
displayName string The display name of the actor.
accountEmail string The email address of the user.
accountType string The account type (atlassian, app, or customer).
projectId string The ID of the project the role belongs to.
actorId number The ID of the role actor entry.
actorType string The type of actor (user or group).
accountId string User The account ID of the user (present for user actors).
accountIsActive boolean Whether the user account is active.
groupId string Group The ID of the group (present for group actors).
groupMemberCount number The number of members in the group.
ATTRIBUTE TYPE REFERS TO DESCRIPTION
ATTRIBUTE TYPE REFERS TO DESCRIPTION
ATTRIBUTE TYPE REFERS TO DESCRIPTION
id number The ID of the role.
name string The name of the role.
description string The description of the role.
scope object The scope of the role (GLOBAL, PROJECT, or TEMPLATE).
scopeProjectId string Project The project ID when the scope is PROJECT.
admin boolean Whether this is an admin-level role.
scopeType string The scope type (PROJECT for project-specific roles, or empty for site-wide roles).
scopeProjectKey string The project key when the scope is PROJECT.
isDefault boolean Whether this is a default system role.
ATTRIBUTE TYPE REFERS TO DESCRIPTION
ATTRIBUTE TYPE REFERS TO DESCRIPTION
accountType string The account type (atlassian, app, or customer).
active boolean Whether the user is active.
emailAddress string The email address of the user.
self string The URL for the user.
applicationRoles object The application roles assigned to the user.
 size number The number of application roles.
 items list<object> Details of each application role.
 key string The key of the application role.
 name string The display name of the application role.
expand string Additional fields included in the response.
accountId string The account ID of the user.
displayName string The display name of the user.
locale string The locale of the user.
timeZone string The time zone of the user.
ATTRIBUTE TYPE REFERS TO DESCRIPTION