Class EventStreamCloudEventOrgConnectionAddedObjectOrganization
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Information about an Auth0 Organization.
[Serializable]
public record EventStreamCloudEventOrgConnectionAddedObjectOrganization : IJsonOnDeserialized, IEquatable<EventStreamCloudEventOrgConnectionAddedObjectOrganization>
- Inheritance
-
EventStreamCloudEventOrgConnectionAddedObjectOrganization
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Id
ID of the organization.
[JsonPropertyName("id")]
public required string Id { get; set; }
Property Value
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
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.