Table of Contents

Class EnabledClientsToUpdate

Namespace
Auth0.ManagementApi.Models.Connections
Assembly
Auth0.ManagementApi.dll

Contains information required to update EnabledClients.

public class EnabledClientsToUpdate
Inheritance
EnabledClientsToUpdate
Inherited Members

Properties

ClientId

The client_id of the client to be the subject to change status

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

Property Value

string

Status

Whether the connection is enabled or not for this client_id

[JsonProperty("status")]
public bool? Status { get; set; }

Property Value

bool?