Table of Contents

Class EventStreamCloudEventOrgMemberAddedObjectOrganization

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

The organization the member belongs to.

[Serializable]
public record EventStreamCloudEventOrgMemberAddedObjectOrganization : IJsonOnDeserialized, IEquatable<EventStreamCloudEventOrgMemberAddedObjectOrganization>
Inheritance
EventStreamCloudEventOrgMemberAddedObjectOrganization
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.