securityType

@JvmName(name = "dsfwynfpdtqqlxmh")
suspend fun securityType(value: Output<String>)
@JvmName(name = "hnyyhxuwarccprkj")
suspend fun securityType(value: String?)

Parameters

value

Security Type of the Managed Disk when it is used for a Confidential VM. Possible values are ConfidentialVM_VMGuestStateOnlyEncryptedWithPlatformKey, ConfidentialVM_DiskEncryptedWithPlatformKey and ConfidentialVM_DiskEncryptedWithCustomerKey. Changing this forces a new resource to be created.

NOTE: When security_type is set to ConfidentialVM_DiskEncryptedWithCustomerKey the value of create_option must be one of FromImage or ImportSecure. NOTE: security_type cannot be specified when trusted_launch_enabled is set to true. NOTE: secure_vm_disk_encryption_set_id must be specified when security_type is set to ConfidentialVM_DiskEncryptedWithCustomerKey.