Table of Contents

Class EventStreamCloudEventOrgConnectionUpdatedPreviousObject

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

The event content as it was prior to the change described by this event, when applicable.

[Serializable]
public record EventStreamCloudEventOrgConnectionUpdatedPreviousObject : IJsonOnDeserialized, IEquatable<EventStreamCloudEventOrgConnectionUpdatedPreviousObject>
Inheritance
EventStreamCloudEventOrgConnectionUpdatedPreviousObject
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

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.

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

Property Value

bool?

Connection

[JsonPropertyName("connection")]
public required EventStreamCloudEventOrgConnectionUpdatedPreviousObjectConnection Connection { get; set; }

Property Value

EventStreamCloudEventOrgConnectionUpdatedPreviousObjectConnection

IsEnabled

Determines whether the connection is enabled for the organization.

[JsonPropertyName("is_enabled")]
public bool? IsEnabled { get; set; }

Property Value

bool?

IsSignupEnabled

Determines whether organization signup should be enabled for this organization connection. Only applicable for database connections.

[JsonPropertyName("is_signup_enabled")]
public bool? IsSignupEnabled { get; set; }

Property Value

bool?

Organization

[JsonPropertyName("organization")]
public required EventStreamCloudEventOrgConnectionUpdatedPreviousObjectOrganization Organization { get; set; }

Property Value

EventStreamCloudEventOrgConnectionUpdatedPreviousObjectOrganization

OrganizationAccessLevel

[JsonPropertyName("organization_access_level")]
public EventStreamCloudEventOrgConnectionUpdatedPreviousObjectOrganizationAccessLevel? OrganizationAccessLevel { get; set; }

Property Value

EventStreamCloudEventOrgConnectionUpdatedPreviousObjectOrganizationAccessLevel

ShowAsButton

Determines whether a connection should be displayed on this organization’s login prompt. Only applicable for enterprise connections.

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

Property Value

bool?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.