Class UserAttributeProfileUserAttributeAdditionalProperties
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record UserAttributeProfileUserAttributeAdditionalProperties : IJsonOnDeserialized, IEquatable<UserAttributeProfileUserAttributeAdditionalProperties>
- Inheritance
-
UserAttributeProfileUserAttributeAdditionalProperties
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Auth0Mapping
Auth0 mapping for this attribute
[JsonPropertyName("auth0_mapping")]
public required string Auth0Mapping { get; set; }
Property Value
Description
Description of this attribute
[JsonPropertyName("description")]
public required string Description { get; set; }
Property Value
Label
Display label for this attribute
[JsonPropertyName("label")]
public required string Label { get; set; }
Property Value
OidcMapping
[JsonPropertyName("oidc_mapping")]
public UserAttributeProfileOidcMapping? OidcMapping { get; set; }
Property Value
ProfileRequired
Whether this attribute is required in the profile
[JsonPropertyName("profile_required")]
public required bool ProfileRequired { get; set; }
Property Value
SamlMapping
SAML mapping for this attribute
[JsonPropertyName("saml_mapping")]
public IEnumerable<string>? SamlMapping { get; set; }
Property Value
ScimMapping
SCIM mapping for this attribute
[JsonPropertyName("scim_mapping")]
public string? ScimMapping { get; set; }
Property Value
StrategyOverrides
[JsonPropertyName("strategy_overrides")]
public UserAttributeProfileStrategyOverrides? StrategyOverrides { 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.