Table of Contents

Class EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustom

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

The identity object for custom identity providers.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Connection

Name of the connection containing this identity.

[JsonPropertyName("connection")]
public required string Connection { get; set; }

Property Value

string

IsSocial

[JsonPropertyName("isSocial")]
public required bool IsSocial { get; set; }

Property Value

bool

ProfileData

[JsonPropertyName("profileData")]
public EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustomProfileData? ProfileData { get; set; }

Property Value

EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustomProfileData

Provider

[JsonPropertyName("provider")]
public required EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustomProviderEnum Provider { get; set; }

Property Value

EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustomProviderEnum

UserId

[JsonPropertyName("user_id")]
public required EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustomUserId UserId { get; set; }

Property Value

EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustomUserId

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.