Table of Contents

Class UserAttributeProfileOidcMapping

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

OIDC mapping for this attribute

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

DisplayName

Display name for the OIDC mapping

[JsonPropertyName("display_name")]
public string? DisplayName { get; set; }

Property Value

string

Mapping

OIDC mapping field

[JsonPropertyName("mapping")]
public required string Mapping { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.