OSDiskImageEncryptionResponse

data class OSDiskImageEncryptionResponse(val diskEncryptionSetId: String? = null, val securityProfile: OSDiskImageSecurityProfileResponse? = null)

Contains encryption settings for an OS disk image.

Constructors

Link copied to clipboard
constructor(diskEncryptionSetId: String? = null, securityProfile: OSDiskImageSecurityProfileResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A relative URI containing the resource ID of the disk encryption set.

Link copied to clipboard

This property specifies the security profile of an OS disk image.