Table of Contents

Class ClientDefaultOrganization

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Defines the default Organization ID and flows

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Flows

The default Organization usage

[JsonPropertyName("flows")]
public IEnumerable<ClientDefaultOrganizationFlowsEnum> Flows { get; set; }

Property Value

IEnumerable<ClientDefaultOrganizationFlowsEnum>

OrganizationId

The default Organization ID to be used

[JsonPropertyName("organization_id")]
public required string OrganizationId { 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.