GetDiskEncryptionSetResult

data class GetDiskEncryptionSetResult(val autoKeyRotationEnabled: Boolean, val id: String, val identities: List<GetDiskEncryptionSetIdentity>, val keyVaultKeyUrl: String, val location: String, val name: String, val resourceGroupName: String, val tags: Map<String, String>)

A collection of values returned by getDiskEncryptionSet.

Constructors

Link copied to clipboard
constructor(autoKeyRotationEnabled: Boolean, id: String, identities: List<GetDiskEncryptionSetIdentity>, keyVaultKeyUrl: String, location: String, name: String, resourceGroupName: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Is the Azure Disk Encryption Set Key automatically rotated to latest version?

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

An identity block as defined below.

Link copied to clipboard

The URL for the Key Vault Key or Key Vault Secret that is currently being used by the service.

Link copied to clipboard

The location where the Disk Encryption Set exists.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A mapping of tags assigned to the Disk Encryption Set.