Class OrganizationClient
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record OrganizationClient : IJsonOnDeserialized, IEquatable<OrganizationClient>
- Inheritance
-
OrganizationClient
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Client
[JsonPropertyName("client")]
public required OrganizationClientMetadata Client { get; set; }
Property Value
ClientId
The identifier of the client associated with the organization.
[JsonPropertyName("client_id")]
public required string ClientId { get; set; }
Property Value
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
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.