Class EnabledOrganization
- Namespace
- Auth0.ManagementApi.Models.SelfServiceProfiles
- Assembly
- Auth0.ManagementApi.dll
List of organizations that the connection will be enabled for.
public class EnabledOrganization
- Inheritance
-
EnabledOrganization
- Inherited Members
Properties
AssignMembershipOnLogin
When true, all users that log in with this connection will be automatically granted membership in the organization. When false, users must be granted membership in the organization before logging in with this connection.
[JsonProperty("assign_membership_on_login")]
public bool? AssignMembershipOnLogin { get; set; }
Property Value
- bool?
OrganizationId
Organization identifier
[JsonProperty("organization_id")]
public string OrganizationId { get; set; }
Property Value
ShowAsButton
Determines whether a connection should be displayed on this organization’s login prompt. Only applicable for enterprise connections.
[JsonProperty("show_as_button")]
public bool? ShowAsButton { get; set; }
Property Value
- bool?