Table of Contents

Class UpdateEnabledClientConnectionsRequestContentItem

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

ClientId

The client_id of the client whose status will be changed. Note that the limit per PATCH request is 50 clients.

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

Property Value

string

Status

Whether the connection is enabled or not for this client_id

[JsonPropertyName("status")]
public required bool Status { 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.