Table of Contents

Class EventStreamCloudEventConnectionDeletedPreviousObject0OptionsAttributeMap

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Configuration for mapping claims from the identity provider to Auth0 user profile attributes. Allows customizing which IdP claims populate user fields and how they are transformed.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Attributes

[JsonPropertyName("attributes")]
public Dictionary<string, object?>? Attributes { get; set; }

Property Value

Dictionary<string, object>

MappingMode

[JsonPropertyName("mapping_mode")]
public EventStreamCloudEventConnectionDeletedPreviousObject0OptionsAttributeMapMappingModeEnum? MappingMode { get; set; }

Property Value

EventStreamCloudEventConnectionDeletedPreviousObject0OptionsAttributeMapMappingModeEnum?

UserinfoScope

Scopes to send to the IdP's Userinfo endpoint

[JsonPropertyName("userinfo_scope")]
public string? UserinfoScope { 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.