Package version:

Security profile input.

interface SecurityProfileProperties {
    targetVmConfidentialEncryption?: string;
    targetVmMonitoring?: string;
    targetVmSecureBoot?: string;
    targetVmSecurityType?: string;
    targetVmTpm?: string;
}

Properties

targetVmConfidentialEncryption?: string

A value indicating whether confidential compute encryption to be enabled.

targetVmMonitoring?: string

A value indicating whether integrity monitoring to be enabled.

targetVmSecureBoot?: string

A value indicating whether secure boot to be enabled.

targetVmSecurityType?: string

The target VM security type.

targetVmTpm?: string

A value indicating whether trusted platform module to be enabled.