SecurityProfilePropertiesResponse

data class SecurityProfilePropertiesResponse(val targetVmConfidentialEncryption: String? = null, val targetVmMonitoring: String? = null, val targetVmSecureBoot: String? = null, val targetVmSecurityType: String? = null, val targetVmTpm: String? = null)

Security profile input.

Constructors

Link copied to clipboard
constructor(targetVmConfidentialEncryption: String? = null, targetVmMonitoring: String? = null, targetVmSecureBoot: String? = null, targetVmSecurityType: String? = null, targetVmTpm: 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

The target VM security type.

Link copied to clipboard
val targetVmTpm: String? = null

A value indicating whether trusted platform module to be enabled.