Table of Contents

Class GetOrganizationClientResponseContent

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Client

[JsonPropertyName("client")]
public required OrganizationClientMetadata Client { get; set; }

Property Value

OrganizationClientMetadata

ClientId

The identifier of the client associated with the organization.

[JsonPropertyName("client_id")]
public required string ClientId { get; set; }

Property Value

string

UseForMemberAccess

Whether this client is used for member access to the organization.

[JsonPropertyName("use_for_member_access")]
public required bool UseForMemberAccess { get; set; }

Property Value

bool

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.