complianceSecurityProfileStandards

@JvmName(name = "quqemuvtxsqxtsva")
suspend fun complianceSecurityProfileStandards(value: Output<List<String>>)
@JvmName(name = "swwkvinrvwfmhtce")
suspend fun complianceSecurityProfileStandards(value: List<String>?)

Parameters

value

A list of standards to enforce on this workspace. Possible values include HIPAA and PCI_DSS.

Note: compliance_security_profile_enabled must be set to true in order to use compliance_security_profile_standards. Note: Removing a standard from the compliance_security_profile_standards list forces a replacement of the Databricks workspace.


@JvmName(name = "intlirhrtxkioilf")
suspend fun complianceSecurityProfileStandards(vararg values: Output<String>)


@JvmName(name = "pcgcxehlyrpdnlth")
suspend fun complianceSecurityProfileStandards(values: List<Output<String>>)
@JvmName(name = "potsfotxelkchfsa")
suspend fun complianceSecurityProfileStandards(vararg values: String)

Parameters

values

A list of standards to enforce on this workspace. Possible values include HIPAA and PCI_DSS.

Note: compliance_security_profile_enabled must be set to true in order to use compliance_security_profile_standards. Note: Removing a standard from the compliance_security_profile_standards list forces a replacement of the Databricks workspace.