Table of Contents

Class EventStreamCloudEventOrgConnectionUpdatedObjectOrganization

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Information about an Auth0 Organization.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Id

ID of the organization.

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

Property Value

string

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.