gitHubAppCredentials

Credentials for GitHub App authentication.

Examples

type GitHubAppCredentials {
  gitHubAppId: String
  gitHubAppOxId: String
  installationId: Int
  installationToken: String
  token: String
  credentialsId: String
  credentialsName: String
  tokenExpirationDate: String
  credentialsType: CredentialsType
  isCertChecksDisabled: Boolean
  hostURL: String
  iv: String
  brokerUsername: String
  brokerPassword: String
  brokerEnabled: Boolean
  brokerHost: String
  brokerPort: Int
}

Fields

Field
Description
Supported fields

gitHubAppId String

GitHub App identifier

gitHubAppOxId String

GitHub App OX identifier

installationId Int

Installation identifier

installationToken String

Installation-specific token

token String

Authentication token

credentialsId String

credentialsName String

tokenExpirationDate String

credentialsType CredentialsType

isCertChecksDisabled Boolean

Indicates if SSL/TLS certificate validation is disabled

hostURL String

iv String

brokerUsername String

brokerPassword String

brokerEnabled Boolean

brokerHost String

brokerPort Int

References

Fields with this object:

Last updated