VMware Cbt Security Profile Properties Response
data class VMwareCbtSecurityProfilePropertiesResponse(val isTargetVmConfidentialEncryptionEnabled: String? = null, val isTargetVmIntegrityMonitoringEnabled: String? = null, val isTargetVmSecureBootEnabled: String? = null, val isTargetVmTpmEnabled: String? = null, val targetVmSecurityType: String? = null)
VMwareCbt security profile input.
Properties
Link copied to clipboard
A value indicating whether confidential compute encryption to be enabled.
Link copied to clipboard
A value indicating whether integrity monitoring to be enabled.
Link copied to clipboard
A value indicating whether secure boot to be enabled.
Link copied to clipboard
A value indicating whether trusted platform module to be enabled.
Link copied to clipboard
The target VM security type.