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
Clients
Clients for which the connection is enabled
[JsonPropertyName("clients")]
public IEnumerable<ConnectionEnabledClient> Clients { get; set; }
Property Value
Next
Encoded next token
[JsonPropertyName("next")]
public string? Next { 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.