Table of Contents

Class EventStreamWebhookConfiguration

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Configuration specific to a webhook destination.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

WebhookAuthorization

[JsonPropertyName("webhook_authorization")]
public required EventStreamWebhookAuthorizationResponse WebhookAuthorization { get; set; }

Property Value

EventStreamWebhookAuthorizationResponse

WebhookEndpoint

Target HTTP endpoint URL.

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