Get Disk Encryption Set Result
data class GetDiskEncryptionSetResult(val activeKey: KeyForDiskEncryptionSetResponse? = null, val encryptionType: String? = null, val id: String, val identity: EncryptionSetIdentityResponse? = null, val lastKeyRotationTimestamp: String, val location: String, val name: String, val previousKeys: List<KeyForDiskEncryptionSetResponse>, val provisioningState: String, val rotationToLatestKeyVersionEnabled: Boolean? = null, val tags: Map<String, String>? = null, val type: String)
disk encryption set resource.
Constructors
Link copied to clipboard
fun GetDiskEncryptionSetResult(activeKey: KeyForDiskEncryptionSetResponse? = null, encryptionType: String? = null, id: String, identity: EncryptionSetIdentityResponse? = null, lastKeyRotationTimestamp: String, location: String, name: String, previousKeys: List<KeyForDiskEncryptionSetResponse>, provisioningState: String, rotationToLatestKeyVersionEnabled: Boolean? = null, tags: Map<String, String>? = null, type: String)