tenantClientsubscriptionIdSecretCredentials

Credentials using tenant, client, subscription ID and secret.

Examples

type TenantClientsubscriptionIdSecretCredentials {
  tenantId: String
  clientId: String
  clientSecret: String
  subscriptionId: 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

tenantId String

Tenant identifier

clientId String

Client identifier

clientSecret String

Client secret

subscriptionId String

Subscription identifier

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