Share via


PreAuthorizedApplicationPermission.DirectAccessGrant Property

Definition

Gets or sets indicates whether the permission set is DirectAccess or impersonation.

[Newtonsoft.Json.JsonProperty(PropertyName="directAccessGrant")]
public bool? DirectAccessGrant { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="directAccessGrant")>]
member this.DirectAccessGrant : Nullable<bool> with get, set
Public Property DirectAccessGrant As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to