Package version:

VMwareCbt security profile input.

interface VMwareCbtSecurityProfileProperties {
    isTargetVmConfidentialEncryptionEnabled?: string;
    isTargetVmIntegrityMonitoringEnabled?: string;
    isTargetVmSecureBootEnabled?: string;
    isTargetVmTpmEnabled?: string;
    targetVmSecurityType?: string;
}

Properties

isTargetVmConfidentialEncryptionEnabled?: string

A value indicating whether confidential compute encryption to be enabled.

isTargetVmIntegrityMonitoringEnabled?: string

A value indicating whether integrity monitoring to be enabled.

isTargetVmSecureBootEnabled?: string

A value indicating whether secure boot to be enabled.

isTargetVmTpmEnabled?: string

A value indicating whether trusted platform module to be enabled.

targetVmSecurityType?: string

The target VM security type.