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

IsSignUpEnabled

Determines whether organization signup should be enabled for this organization connection.

[JsonProperty("is_signup_enabled")]
public bool? IsSignUpEnabled { get; set; }

Property Value

bool?

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?