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
Properties
Strategy
The identity provider identifier for the connection.
[JsonProperty("strategy")]
public string Strategy { get; set; }