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
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 EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustomProfileData? ProfileData { get; set; }
Property Value
Provider
[JsonPropertyName("provider")]
public required EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustomProviderEnum Provider { get; set; }
Property Value
UserId
[JsonPropertyName("user_id")]
public required EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustomUserId 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.