IWorkspace.ComplianceSecurityProfileComplianceStandard Property

Definition

Compliance standards associated with the workspace.

[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Create=true, Description="Compliance standards associated with the workspace.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="complianceStandards", Update=true)]
public System.Collections.Generic.List<string> ComplianceSecurityProfileComplianceStandard { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Create=true, Description="Compliance standards associated with the workspace.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="complianceStandards", Update=true)>]
member this.ComplianceSecurityProfileComplianceStandard : System.Collections.Generic.List<string> with get, set
Public Property ComplianceSecurityProfileComplianceStandard As List(Of String)

Property Value

Attributes

Applies to