Table of Contents

Class EventStreamCloudEventOrgDeletedObject

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

The event content.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

DisplayName

If set, the name that will be displayed to end-users for this organization in any interaction with them.

[JsonPropertyName("display_name")]
public string? DisplayName { get; set; }

Property Value

string

Id

ID of the organization.

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

Property Value

string

Metadata

[JsonPropertyName("metadata")]
public Dictionary<string, object?>? Metadata { get; set; }

Property Value

Dictionary<string, object>

Name

The human-readable identifier for the organization that will be used by end-users to direct them to their organization in your application..

[JsonPropertyName("name")]
public string? Name { 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.