brokerCredentials
Credentials for broker authentication.
Examples
type BrokerCredentials {
token: String
brokerSSHPublicKey: String
sharedSecret: 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
token String
Authentication token
brokerSSHPublicKey String
SSH public key for broker
sharedSecret String
Shared secret for broker authentication
credentialsId String
credentialsName String
tokenExpirationDate String
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