Table of Contents

Class UserAttributeProfileUserId

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

User ID mapping configuration

[Serializable]
public record UserAttributeProfileUserId : IJsonOnDeserialized, IEquatable<UserAttributeProfileUserId>
Inheritance
UserAttributeProfileUserId
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

OidcMapping

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

Property Value

UserAttributeProfileUserIdOidcMappingEnum?

SamlMapping

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

Property Value

IEnumerable<string>

ScimMapping

SCIM mapping for user ID

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

Property Value

string

StrategyOverrides

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

Property Value

UserAttributeProfileStrategyOverridesUserId

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.