VMwareCbtSecurityProfileProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
VMwareCbt security profile input.
public class VMwareCbtSecurityProfileProperties
type VMwareCbtSecurityProfileProperties = class
Public Class VMwareCbtSecurityProfileProperties
- Inheritance
-
VMwareCbtSecurityProfileProperties
Constructors
VMwareCbtSecurityProfileProperties() |
Initializes a new instance of the VMwareCbtSecurityProfileProperties class. |
VMwareCbtSecurityProfileProperties(String, String, String, String, String) |
Initializes a new instance of the VMwareCbtSecurityProfileProperties class. |
Properties
IsTargetVMConfidentialEncryptionEnabled |
Gets or sets a value indicating whether confidential compute encryption to be enabled. |
IsTargetVMIntegrityMonitoringEnabled |
Gets or sets a value indicating whether integrity monitoring to be enabled. |
IsTargetVMSecureBootEnabled |
Gets or sets a value indicating whether secure boot to be enabled. |
IsTargetVMTpmEnabled |
Gets or sets a value indicating whether trusted platform module to be enabled. |
TargetVMSecurityType |
Gets or sets the target VM security type. Possible values include: 'None', 'TrustedLaunch', 'ConfidentialVM' |