IdentityProviderUpdateParameters.Type Property

Definition

Gets or sets identity Provider Type identifier. Possible values include: 'facebook', 'google', 'microsoft', 'twitter', 'aad', 'aadB2C'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to