DataConnectorCredentialsResponse

data class DataConnectorCredentialsResponse(val clientId: String? = null, val keyName: String? = null, val keyVaultUri: String? = null, val keyVersion: String? = null, val kind: String? = null)

The properties related to an AgriService data connector.

Constructors

Link copied to clipboard
constructor(clientId: String? = null, keyName: String? = null, keyVaultUri: String? = null, keyVersion: String? = null, kind: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientId: String? = null

Client Id associated with the provider, if type of credentials is OAuthClientCredentials.

Link copied to clipboard
val keyName: String? = null

Name of the key vault key.

Link copied to clipboard
val keyVaultUri: String? = null

Uri of the key vault

Link copied to clipboard
val keyVersion: String? = null

Version of the key vault key.

Link copied to clipboard
val kind: String? = null

Type of credential.