Table of Contents

Class EventStreamActionResponseContent

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record EventStreamActionResponseContent : IJsonOnDeserialized, IEquatable<EventStreamActionResponseContent>
Inheritance
EventStreamActionResponseContent
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

CreatedAt

Timestamp when the event stream was created.

[JsonPropertyName("created_at")]
public DateTime? CreatedAt { get; set; }

Property Value

DateTime?

Destination

[JsonPropertyName("destination")]
public EventStreamActionDestination? Destination { get; set; }

Property Value

EventStreamActionDestination

Id

Unique identifier for the event stream.

[JsonPropertyName("id")]
public string? Id { get; set; }

Property Value

string

Name

Name of the event stream.

[JsonPropertyName("name")]
public string? Name { get; set; }

Property Value

string

Status

[JsonPropertyName("status")]
public EventStreamStatusEnum? Status { get; set; }

Property Value

EventStreamStatusEnum?

Subscriptions

List of event types subscribed to in this stream.

[JsonPropertyName("subscriptions")]
public IEnumerable<EventStreamSubscription>? Subscriptions { get; set; }

Property Value

IEnumerable<EventStreamSubscription>

UpdatedAt

Timestamp when the event stream was last updated.

[JsonPropertyName("updated_at")]
public DateTime? UpdatedAt { get; set; }

Property Value

DateTime?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.