Table of Contents

Class ListOrganizationClientsResponseContent

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record ListOrganizationClientsResponseContent : IJsonOnDeserialized, IEquatable<ListOrganizationClientsResponseContent>
Inheritance
ListOrganizationClientsResponseContent
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Clients

The list of clients associated with the organization.

[JsonPropertyName("clients")]
public IEnumerable<OrganizationClient> Clients { get; set; }

Property Value

IEnumerable<OrganizationClient>

Next

An opaque token that, when present, can be passed as the from query parameter to retrieve the next page of results.

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