Class OrganizationConnectionInfo
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Information on the enabled connection for an Organization
public class OrganizationConnectionInfo
- Inheritance
-
OrganizationConnectionInfo
- Inherited Members
Properties
Name
The name of the enabled connection.
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Strategy
The strategy of the enabled connection.
[JsonProperty("strategy")]
public string Strategy { get; set; }