GetEncryptionProtectorResult

data class GetEncryptionProtectorResult(val autoRotationEnabled: Boolean? = null, val id: String, val kind: String, val location: String, val name: String, val serverKeyName: String? = null, val serverKeyType: String, val subregion: String, val thumbprint: String, val type: String, val uri: String)

The server encryption protector.

Constructors

Link copied to clipboard
constructor(autoRotationEnabled: Boolean? = null, id: String, kind: String, location: String, name: String, serverKeyName: String? = null, serverKeyType: String, subregion: String, thumbprint: String, type: String, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Key auto rotation opt-in flag. Either true or false.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Kind of encryption protector. This is metadata used for the Azure portal experience.

Link copied to clipboard

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard
val serverKeyName: String? = null

The name of the server key.

Link copied to clipboard

The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.

Link copied to clipboard

Subregion of the encryption protector.

Link copied to clipboard

Thumbprint of the server key.

Link copied to clipboard

Resource type.

Link copied to clipboard
val uri: String

The URI of the server key.