Table of Contents

Class UpdateOrganizationClientRequestContent

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

Properties

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.