SenderAuthorization.Role Property

Definition

Gets or sets the role of the user. For instance: Subscription Admin

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to