Share via


OAuth2Permission.UserConsentDisplayName Property

Definition

Gets or sets display name for the permission that appears in the end user consent experience.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to