IDatabasePrincipalProperties.Role Property

Definition

Database principal role.

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.PSArgumentCompleter(new System.String[] { "Admin", "Ingestor", "Monitor", "User", "UnrestrictedViewer", "Viewer" })]
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="Database principal role.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="role", Update=true)]
public string Role { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.PSArgumentCompleter(new System.String[] { "Admin", "Ingestor", "Monitor", "User", "UnrestrictedViewer", "Viewer" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="Database principal role.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="role", Update=true)>]
member this.Role : string with get, set
Public Property Role As String

Property Value

Attributes

Applies to