Class EventStreamCloudEventUserCreatedObjectIdentitiesItemDatabase
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
The identity object for database identity providers.
[Serializable]
public record EventStreamCloudEventUserCreatedObjectIdentitiesItemDatabase : IJsonOnDeserialized, IEquatable<EventStreamCloudEventUserCreatedObjectIdentitiesItemDatabase>
- Inheritance
-
EventStreamCloudEventUserCreatedObjectIdentitiesItemDatabase
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Connection
Name of the connection containing this identity.
[JsonPropertyName("connection")]
public required string Connection { get; set; }
Property Value
IsSocial
[JsonPropertyName("isSocial")]
public required bool IsSocial { get; set; }
Property Value
ProfileData
[JsonPropertyName("profileData")]
public EventStreamCloudEventUserCreatedObjectIdentitiesItemDatabaseProfileData? ProfileData { get; set; }
Property Value
Provider
[JsonPropertyName("provider")]
public required EventStreamCloudEventUserCreatedObjectIdentitiesItemDatabaseProviderEnum Provider { get; set; }
Property Value
UserId
[JsonPropertyName("user_id")]
public required EventStreamCloudEventUserCreatedObjectIdentitiesItemDatabaseUserId UserId { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.