Table of Contents

Class EventStreamCloudEventOrgConnectionUpdatedData

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

The event payload.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Context

[JsonPropertyName("context")]
public EventStreamCloudEventContext? Context { get; set; }

Property Value

EventStreamCloudEventContext

Object

[JsonPropertyName("object")]
public required EventStreamCloudEventOrgConnectionUpdatedObject Object { get; set; }

Property Value

EventStreamCloudEventOrgConnectionUpdatedObject

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.