VMwareCbtSecurityProfilePropertiesResponse

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.

Constructors

constructor(isTargetVmConfidentialEncryptionEnabled: String? = null, isTargetVmIntegrityMonitoringEnabled: String? = null, isTargetVmSecureBootEnabled: String? = null, isTargetVmTpmEnabled: String? = null, targetVmSecurityType: String? = null)

Types

Link copied to clipboard
object Companion

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.