Table of Contents

Class CreateOrganizationClientRequestItem

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

ClientId

The identifier of the client to associate.

[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.