Table of Contents

Class OrganizationClientAssociation

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

The organization's association with the client passed in the include_client_association_for query parameter.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

UseForMemberAccess

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

[JsonPropertyName("use_for_member_access")]
public 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.