Table of Contents

Class OrganizationConnection

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll
public class OrganizationConnection
Inheritance
OrganizationConnection
Inherited Members

Properties

AssignMembershipOnLogin

Whether or not users that login will automatically be granted membership to the organization.

[JsonProperty("assign_membership_on_login")]
public bool AssignMembershipOnLogin { get; set; }

Property Value

bool

Connection

Information on the enabled connection

[JsonProperty("connection")]
public OrganizationConnectionInfo Connection { get; set; }

Property Value

OrganizationConnectionInfo

ConnectionId

ID of the connection.

[JsonProperty("connection_id")]
public string ConnectionId { get; set; }

Property Value

string

ShowAsButton

Determines whether a connection should be displayed on this organization’s login prompt.

[JsonProperty("show_as_button")]
public bool ShowAsButton { get; set; }

Property Value

bool