Table of Contents

Class EnabledConnectionsForClientGetRequest

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

Request to get enabled connections for a client

public class EnabledConnectionsForClientGetRequest
Inheritance
EnabledConnectionsForClientGetRequest
Inherited Members

Properties

Fields

A comma separated list of fields to include or exclude (depending on include_fields) from the result, empty to retrieve all fields

[JsonProperty("fields")]
public string? Fields { get; set; }

Property Value

string

IncludeFields

True if the fields specified are to be included in the result, false otherwise (defaults to true)

[JsonProperty("include_fields")]
public bool? IncludeFields { get; set; }

Property Value

bool?

Strategy

Provide strategies to only retrieve connections with such strategies

[JsonProperty("strategy")]
public string[]? Strategy { get; set; }

Property Value

string[]