ClusterPrincipalAssignment.Role Property

Definition

Gets or sets cluster principal role. Possible values include: 'AllDatabasesAdmin', 'AllDatabasesViewer'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.role")]
public string Role { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.role")>]
member this.Role : string with get, set
Public Property Role As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to