IntegrationServiceEnvironmenEncryptionKeyReferenceResponse

data class IntegrationServiceEnvironmenEncryptionKeyReferenceResponse(val keyName: String? = null, val keyVault: ResourceReferenceResponse? = null, val keyVersion: String? = null)

The encryption key details for the integration service environment.

Constructors

constructor(keyName: String? = null, keyVault: ResourceReferenceResponse? = null, keyVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keyName: String? = null

Gets the key name in the Key Vault.

Link copied to clipboard

The key vault reference.

Link copied to clipboard
val keyVersion: String? = null

Gets the version of the key specified in the keyName property.