KeyVaultPropertiesResponse

data class KeyVaultPropertiesResponse(val keyName: String? = null, val keyRsaSize: Int? = null, val keyVaultUri: String? = null, val keyVersion: String? = null)

The key vault properties.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keyName: String? = null

The name of the key associated with the Log Analytics cluster.

Link copied to clipboard
val keyRsaSize: Int? = null

Selected key minimum required size.

Link copied to clipboard
val keyVaultUri: String? = null

The Key Vault uri which holds they key associated with the Log Analytics cluster.

Link copied to clipboard
val keyVersion: String? = null

The version of the key associated with the Log Analytics cluster.