credentialsInput

Input object for Credentials.

Examples

input CredentialsInput {
  name: String
  password: String
  token: String
  clientId: String
  secretKey: String
  awsRoleArn: String
  awsExternalId: String
  awsAccessKey: String
  awsAccessSecret: String
  tenant: String
  idpToken: IDPTokenInput
  projectId: String
  installationId: Int
  installationToken: GitHubAppInstallationTokenInput
  apiAccessKey: String
  apiSecretKey: String
  clientSecret: String
  subscriptionId: String
  tenantId: String
  organizationId: String
  apiKey: String
  optionalFields: OptionalFieldsInput
  extraOptionalCreds: ExtraOptionalCredsInput
  apiUrl: String
  appId: String
  gitPassword: String
  gitUsername: String
  webhookUrl: String
  hostURL: String
  brokerUsername: String
  brokerPassword: String
  brokerSSHPublicKey: String
  brokerEnabled: Boolean
  isCertChecksDisabled: Boolean
}

Fields

Field
Description
Supported fields

name String

User name in case of user name password credentials

password String

Password in case of user name password credentials

token String

Token in case of token credentials

clientId String

Client id used for auth

secretKey String

Secret key used for auth

awsRoleArn String

The aws role arn that was created by the customer in his aws account for the integration

awsExternalId String

The aws external id that was set in the customers trust policy for the integration

awsAccessKey String

The aws access key that was created by the customer in his aws account for the integration

awsAccessSecret String

The aws access secret that was created by the customer in his aws account for the integration

tenant String

Tenant in case of user password and tenant credentials

idpToken IDPTokenInput

Identity provider token input

access_token String token_type String expires_in Int created_at Int refresh_token String scope String

projectId String

Project id input

installationId Int

Installation id input

GitHub App installation token input

token String! createdAt String expiresAt String

apiAccessKey String

API secret key

apiSecretKey String

API access key

clientSecret String

clientSecret

subscriptionId String

subscriptionId

tenantId String

tenantId

organizationId String

organizationId

apiKey String

apiKey

optionalFields OptionalFieldsInput

optionalFields

SSHKey String RepoSearchQuery String Config String buildIssueToCloud Boolean

extraOptionalCreds ExtraOptionalCredsInput

extraOptionalCreds

atlassian AtlassianCreds

apiUrl String

API URL

appId String

App Id

gitPassword String

gitUsername String

webhookUrl String

webhook url

hostURL String

Host url

brokerUsername String

brokerPassword String

brokerSSHPublicKey String

brokerEnabled Boolean

isCertChecksDisabled Boolean

References

Fields with this object:

Last updated