WorkstationConfigHostGceInstanceShieldedInstanceConfig

data class WorkstationConfigHostGceInstanceShieldedInstanceConfig(val enableIntegrityMonitoring: Boolean? = null, val enableSecureBoot: Boolean? = null, val enableVtpm: Boolean? = null)

Constructors

constructor(enableIntegrityMonitoring: Boolean? = null, enableSecureBoot: Boolean? = null, enableVtpm: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the instance has integrity monitoring enabled.

Link copied to clipboard

Whether the instance has Secure Boot enabled.

Link copied to clipboard
val enableVtpm: Boolean? = null

Whether the instance has the vTPM enabled.