Table of Contents

Class CreateEventStreamEventBridgeRequestContent

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Destination

[JsonPropertyName("destination")]
public required EventStreamEventBridgeDestination Destination { get; set; }

Property Value

EventStreamEventBridgeDestination

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>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.