Table of Contents

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

ReadOnlyAdditionalProperties

Auth0Mapping

Auth0 mapping for this attribute

[JsonPropertyName("auth0_mapping")]
public required string Auth0Mapping { get; set; }

Property Value

string

Description

Description of this attribute

[JsonPropertyName("description")]
public required string Description { get; set; }

Property Value

string

Label

Display label for this attribute

[JsonPropertyName("label")]
public required string Label { get; set; }

Property Value

string

OidcMapping

[JsonPropertyName("oidc_mapping")]
public UserAttributeProfileOidcMapping? OidcMapping { get; set; }

Property Value

UserAttributeProfileOidcMapping

ProfileRequired

Whether this attribute is required in the profile

[JsonPropertyName("profile_required")]
public required bool ProfileRequired { get; set; }

Property Value

bool

SamlMapping

SAML mapping for this attribute

[JsonPropertyName("saml_mapping")]
public IEnumerable<string>? SamlMapping { get; set; }

Property Value

IEnumerable<string>

ScimMapping

SCIM mapping for this attribute

[JsonPropertyName("scim_mapping")]
public string? ScimMapping { get; set; }

Property Value

string

StrategyOverrides

[JsonPropertyName("strategy_overrides")]
public UserAttributeProfileStrategyOverrides? StrategyOverrides { get; set; }

Property Value

UserAttributeProfileStrategyOverrides

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.