SecurityProfileProperties interface
Security profile input.
Properties
| target |
A value indicating whether confidential compute encryption to be enabled. |
| target |
A value indicating whether integrity monitoring to be enabled. |
| target |
A value indicating whether secure boot to be enabled. |
| target |
The target VM security type. |
| target |
A value indicating whether trusted platform module to be enabled. |
Property Details
targetVmConfidentialEncryption
A value indicating whether confidential compute encryption to be enabled.
targetVmConfidentialEncryption?: string
Property Value
string
targetVmMonitoring
A value indicating whether integrity monitoring to be enabled.
targetVmMonitoring?: string
Property Value
string
targetVmSecureBoot
A value indicating whether secure boot to be enabled.
targetVmSecureBoot?: string
Property Value
string
targetVmSecurityType
The target VM security type.
targetVmSecurityType?: string
Property Value
string
targetVmTpm
A value indicating whether trusted platform module to be enabled.
targetVmTpm?: string
Property Value
string