Table of Contents

Class OrganizationConnectionCreateRequest

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll
public class OrganizationConnectionCreateRequest
Inheritance
OrganizationConnectionCreateRequest
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

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?