다음을 통해 공유


OAuth2PermissionGrant.ClientId Property

Definition

Gets or sets the id of the resource's service principal granted consent to impersonate the user when accessing the resource (represented by the resourceId property).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to