Table of Contents

Class CreateConnectionRequestContentAuth0

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Create a connection with strategy=auth0

[Serializable]
public record CreateConnectionRequestContentAuth0 : IJsonOnDeserialized, IEquatable<CreateConnectionRequestContentAuth0>
Inheritance
CreateConnectionRequestContentAuth0
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

DisplayName

[JsonPropertyName("display_name")]
public string? DisplayName { get; set; }

Property Value

string

EnabledClients

Use of this property is NOT RECOMMENDED. Use the PATCH /v2/connections/{id}/clients endpoint to enable the connection for a set of clients.

[JsonPropertyName("enabled_clients")]
public IEnumerable<string>? EnabledClients { get; set; }

Property Value

IEnumerable<string>

IsDomainConnection

[JsonPropertyName("is_domain_connection")]
public bool? IsDomainConnection { get; set; }

Property Value

bool?

Metadata

[JsonPropertyName("metadata")]
public Dictionary<string, string?>? Metadata { get; set; }

Property Value

Dictionary<string, string>

Name

[JsonPropertyName("name")]
public required string Name { get; set; }

Property Value

string

Options

[JsonPropertyName("options")]
public ConnectionOptionsAuth0? Options { get; set; }

Property Value

ConnectionOptionsAuth0

Realms

[JsonPropertyName("realms")]
public IEnumerable<string>? Realms { get; set; }

Property Value

IEnumerable<string>

Strategy

[JsonPropertyName("strategy")]
public required CreateConnectionRequestContentAuth0Strategy Strategy { get; set; }

Property Value

CreateConnectionRequestContentAuth0Strategy

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.