Class UserAttributeProfileStrategyOverridesMapping
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record UserAttributeProfileStrategyOverridesMapping : IJsonOnDeserialized, IEquatable<UserAttributeProfileStrategyOverridesMapping>
- Inheritance
-
UserAttributeProfileStrategyOverridesMapping
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
OidcMapping
OIDC mapping override for this strategy
[JsonPropertyName("oidc_mapping")]
public UserAttributeProfileOidcMapping? OidcMapping { get; set; }
Property Value
SamlMapping
[JsonPropertyName("saml_mapping")]
public IEnumerable<string>? SamlMapping { get; set; }
Property Value
ScimMapping
SCIM mapping override for this strategy
[JsonPropertyName("scim_mapping")]
public string? ScimMapping { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.