共用方式為


PreAuthorizedApplicationPermission.AccessGrants Property

Definition

Gets or sets the list of permissions.

[Newtonsoft.Json.JsonProperty(PropertyName="accessGrants")]
public System.Collections.Generic.IList<string> AccessGrants { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="accessGrants")>]
member this.AccessGrants : System.Collections.Generic.IList<string> with get, set
Public Property AccessGrants As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to