IWorkspaceProviderAuthorization.PrincipalId Property

Definition

The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the workspace resources.

[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Create=true, Description="The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the workspace resources.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="principalId", Update=true)]
public string PrincipalId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Create=true, Description="The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the workspace resources.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="principalId", Update=true)>]
member this.PrincipalId : string with get, set
Public Property PrincipalId As String

Property Value

Attributes

Applies to