Table of Contents

Class ConnectionCreateRequest

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

Specifies the properies for creating a new connection.

public class ConnectionCreateRequest : ConnectionBase
Inheritance
ConnectionCreateRequest
Inherited Members

Remarks

At least the Name and Strategy properties are required.

Properties

Strategy

The identity provider identifier for the connection.

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

Property Value

string