Table of Contents

Class EventStreamWebhookDestination

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Configuration

[JsonPropertyName("configuration")]
public required EventStreamWebhookConfiguration Configuration { get; set; }

Property Value

EventStreamWebhookConfiguration

Type

[JsonPropertyName("type")]
public required EventStreamWebhookDestinationTypeEnum Type { get; set; }

Property Value

EventStreamWebhookDestinationTypeEnum

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.