Table of Contents

Class EventStreamCloudEventUserCreatedObjectIdentitiesItemCustom

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

The identity object for custom identity providers.

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

Property Value

EventStreamCloudEventUserCreatedObjectIdentitiesItemCustomProfileData

Provider

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

Property Value

EventStreamCloudEventUserCreatedObjectIdentitiesItemCustomProviderEnum

UserId

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

Property Value

EventStreamCloudEventUserCreatedObjectIdentitiesItemCustomUserId

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.