addCredentialsInput

Input object for adding connector credentials.

Examples

input AddCredentialsInput {
  connectorID: String!
  hostURL: String
  credentialsType: CredentialsType!
  credentialsInput: CredentialsInput!
  credentialsName: String
  isCertChecksDisabled: Boolean
}

Fields

Field
Description
Supported fields

connectorID String!

ID of the connector we wish to enable

hostURL String

Connector host URL

credentialsType CredentialsType!

Connector CredentialsType

credentialsInput CredentialsInput!

Credentials input provided

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

credentialsName String

The name the user wants to give to the credentials

isCertChecksDisabled Boolean

is credential disable cert checks

References

Mutations using this object:

Last updated