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
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
Status
Whether the connection is enabled or not for this client_id
[JsonPropertyName("status")]
public required bool Status { 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.