IWorkspace.Authorization Property

Definition

The workspace provider authorizations.

[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Create=true, Description="The workspace provider authorizations.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IWorkspaceProviderAuthorization) }, Read=true, ReadOnly=false, Required=false, SerializedName="authorizations", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IWorkspaceProviderAuthorization> Authorization { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Create=true, Description="The workspace provider authorizations.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IWorkspaceProviderAuthorization) }, Read=true, ReadOnly=false, Required=false, SerializedName="authorizations", Update=true)>]
member this.Authorization : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.IWorkspaceProviderAuthorization> with get, set
Public Property Authorization As List(Of IWorkspaceProviderAuthorization)

Property Value

Attributes

Applies to