Table of Contents

Class OrganizationConnectionUpdateRequest

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

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?