Table of Contents

Class EventStreamCloudEventConnectionUpdatedObject1OptionsAttributeMap

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Mapping of claims received from the identity provider (IdP)

[Serializable]
public record EventStreamCloudEventConnectionUpdatedObject1OptionsAttributeMap : IJsonOnDeserialized, IEquatable<EventStreamCloudEventConnectionUpdatedObject1OptionsAttributeMap>
Inheritance
EventStreamCloudEventConnectionUpdatedObject1OptionsAttributeMap
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 EventStreamCloudEventConnectionUpdatedObject1OptionsAttributeMapMappingModeEnum? MappingMode { get; set; }

Property Value

EventStreamCloudEventConnectionUpdatedObject1OptionsAttributeMapMappingModeEnum?

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.