Table of Contents

Class Connection

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

Connection object as returned from API calls.

public class Connection : ConnectionBase
Inheritance
Connection
Inherited Members

Properties

Id

The connection's identifier.

[JsonProperty("id")]
public string Id { get; set; }

Property Value

string

ProvisioningTicketUrl

The provisioning ticket URL for AD / LDAP connections

[JsonProperty("provisioning_ticket_url")]
public string ProvisioningTicketUrl { get; set; }

Property Value

string

Strategy

The identity provider identifier for the connection.

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

Property Value

string