Class IdpClaimToUserAttributeMapping
Inheritance
IdpClaimToUserAttributeMapping
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class IdpClaimToUserAttributeMapping
Properties
Claim type name coming from external identity provider
Declaration
[JsonProperty("claimType", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ClaimType { get; set; }
Property Value
Path to a user attribute to synchronize
Declaration
[JsonProperty("userAttributePath", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string UserAttributePath { get; set; }
Property Value
Methods
Declaration
public static IdpClaimToUserAttributeMapping FromJson(string data)
Parameters
Returns