For the complete documentation index, see llms.txt. This page is also available as Markdown.

jiraServiceAccountCredentials

Credentials for Jira service account authentication.

Examples

type JiraServiceAccountCredentials {
  name: String
  token: String
  cloudSiteName: String
  siteUrl: String
  credentialsId: String
  credentialsName: String
  tokenExpirationDate: String
  credentialsType: CredentialsType
  isCertChecksDisabled: Boolean
  hostURL: String
  iv: String
  monitoredResources: JSON
  monitorAllResources: Boolean
  monitorAllNewlyCreatedResources: Float
  brokerUsername: String
  brokerPassword: String
  brokerEnabled: Boolean
  brokerHost: String
  brokerPort: Int
}

Fields

Field
Description
Supported fields

name String

Service account email

token String

Authentication token

cloudSiteName String

Atlassian site display name (e.g. 'oxsecurity') derived from serverInfo at connect time; empty for non-cloud instances

siteUrl String

User-facing Atlassian site URL (e.g. 'https://oxsecurity.atlassian.net') used by consumers to build /browse/ links; distinct from API host API.atlassian.com

credentialsId String

credentialsName String

tokenExpirationDate String

credentialsType CredentialsType

isCertChecksDisabled Boolean

Indicates if SSL/TLS certificate validation is disabled

hostURL String

iv String

monitoredResources JSON

monitorAllResources Boolean

monitorAllNewlyCreatedResources Float

brokerUsername String

brokerPassword String

brokerEnabled Boolean

brokerHost String

brokerPort Int

References

Fields with this object:

Last updated