OSDiskImageSecurityProfile Class

Contains security profile for an OS disk image.

Constructor

OSDiskImageSecurityProfile(*args: Any, **kwargs: Any)

Variables

Name Description
confidential_vm_encryption_type

confidential VM encryption types. Known values are: "EncryptedVMGuestStateOnlyWithPmk", "EncryptedWithPmk", "EncryptedWithCmk", and "NonPersistedTPM".

secure_vm_disk_encryption_set_id
str

secure VM disk encryption set id.

Attributes

confidential_vm_encryption_type

"EncryptedVMGuestStateOnlyWithPmk", "EncryptedWithPmk", "EncryptedWithCmk", and "NonPersistedTPM".

confidential_vm_encryption_type: str | _models.ConfidentialVMEncryptionType | None

secure_vm_disk_encryption_set_id

secure VM disk encryption set id.

secure_vm_disk_encryption_set_id: str | None