Table of Contents

Class GetConnectionEnabledClientsResponseContent

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

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

Clients

Clients for which the connection is enabled

[JsonPropertyName("clients")]
public IEnumerable<ConnectionEnabledClient> Clients { get; set; }

Property Value

IEnumerable<ConnectionEnabledClient>

Next

Encoded next token

[JsonPropertyName("next")]
public string? Next { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.