Table of Contents

Class EventStreamCloudEventUserCreated

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

SSE message for user.created.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Event

[JsonPropertyName("event")]
public required EventStreamCloudEventUserCreatedCloudEvent Event { get; set; }

Property Value

EventStreamCloudEventUserCreatedCloudEvent

Offset

Opaque cursor representing position in the stream. Pass as the from query parameter to resume.

[JsonPropertyName("offset")]
public required string Offset { 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.