Table of Contents

Struct EventStreamSubscribeEventsEventTypeEnum

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[JsonConverter(typeof(EventStreamSubscribeEventsEventTypeEnum.EventStreamSubscribeEventsEventTypeEnumSerializer))]
[Serializable]
public readonly record struct EventStreamSubscribeEventsEventTypeEnum : IStringEnum, IEquatable<string>, IEquatable<EventStreamSubscribeEventsEventTypeEnum>
Implements
Inherited Members

Constructors

EventStreamSubscribeEventsEventTypeEnum(string)

public EventStreamSubscribeEventsEventTypeEnum(string value)

Parameters

value string

Fields

GroupCreated

public static readonly EventStreamSubscribeEventsEventTypeEnum GroupCreated

Field Value

EventStreamSubscribeEventsEventTypeEnum

GroupDeleted

public static readonly EventStreamSubscribeEventsEventTypeEnum GroupDeleted

Field Value

EventStreamSubscribeEventsEventTypeEnum

GroupMemberAdded

public static readonly EventStreamSubscribeEventsEventTypeEnum GroupMemberAdded

Field Value

EventStreamSubscribeEventsEventTypeEnum

GroupMemberDeleted

public static readonly EventStreamSubscribeEventsEventTypeEnum GroupMemberDeleted

Field Value

EventStreamSubscribeEventsEventTypeEnum

GroupRoleAssigned

public static readonly EventStreamSubscribeEventsEventTypeEnum GroupRoleAssigned

Field Value

EventStreamSubscribeEventsEventTypeEnum

GroupRoleDeleted

public static readonly EventStreamSubscribeEventsEventTypeEnum GroupRoleDeleted

Field Value

EventStreamSubscribeEventsEventTypeEnum

GroupUpdated

public static readonly EventStreamSubscribeEventsEventTypeEnum GroupUpdated

Field Value

EventStreamSubscribeEventsEventTypeEnum

OrganizationConnectionAdded

public static readonly EventStreamSubscribeEventsEventTypeEnum OrganizationConnectionAdded

Field Value

EventStreamSubscribeEventsEventTypeEnum

OrganizationConnectionRemoved

public static readonly EventStreamSubscribeEventsEventTypeEnum OrganizationConnectionRemoved

Field Value

EventStreamSubscribeEventsEventTypeEnum

OrganizationConnectionUpdated

public static readonly EventStreamSubscribeEventsEventTypeEnum OrganizationConnectionUpdated

Field Value

EventStreamSubscribeEventsEventTypeEnum

OrganizationCreated

public static readonly EventStreamSubscribeEventsEventTypeEnum OrganizationCreated

Field Value

EventStreamSubscribeEventsEventTypeEnum

OrganizationDeleted

public static readonly EventStreamSubscribeEventsEventTypeEnum OrganizationDeleted

Field Value

EventStreamSubscribeEventsEventTypeEnum

OrganizationGroupRoleAssigned

public static readonly EventStreamSubscribeEventsEventTypeEnum OrganizationGroupRoleAssigned

Field Value

EventStreamSubscribeEventsEventTypeEnum

OrganizationGroupRoleDeleted

public static readonly EventStreamSubscribeEventsEventTypeEnum OrganizationGroupRoleDeleted

Field Value

EventStreamSubscribeEventsEventTypeEnum

OrganizationMemberAdded

public static readonly EventStreamSubscribeEventsEventTypeEnum OrganizationMemberAdded

Field Value

EventStreamSubscribeEventsEventTypeEnum

OrganizationMemberDeleted

public static readonly EventStreamSubscribeEventsEventTypeEnum OrganizationMemberDeleted

Field Value

EventStreamSubscribeEventsEventTypeEnum

OrganizationMemberRoleAssigned

public static readonly EventStreamSubscribeEventsEventTypeEnum OrganizationMemberRoleAssigned

Field Value

EventStreamSubscribeEventsEventTypeEnum

OrganizationMemberRoleDeleted

public static readonly EventStreamSubscribeEventsEventTypeEnum OrganizationMemberRoleDeleted

Field Value

EventStreamSubscribeEventsEventTypeEnum

OrganizationUpdated

public static readonly EventStreamSubscribeEventsEventTypeEnum OrganizationUpdated

Field Value

EventStreamSubscribeEventsEventTypeEnum

UserCreated

public static readonly EventStreamSubscribeEventsEventTypeEnum UserCreated

Field Value

EventStreamSubscribeEventsEventTypeEnum

UserDeleted

public static readonly EventStreamSubscribeEventsEventTypeEnum UserDeleted

Field Value

EventStreamSubscribeEventsEventTypeEnum

UserUpdated

public static readonly EventStreamSubscribeEventsEventTypeEnum UserUpdated

Field Value

EventStreamSubscribeEventsEventTypeEnum

Properties

Value

The string value of the enum.

public string Value { get; }

Property Value

string

Methods

Equals(string?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(string? other)

Parameters

other string

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

FromCustom(string)

Create a string enum with the given value.

public static EventStreamSubscribeEventsEventTypeEnum FromCustom(string value)

Parameters

value string

Returns

EventStreamSubscribeEventsEventTypeEnum

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(EventStreamSubscribeEventsEventTypeEnum, string)

public static bool operator ==(EventStreamSubscribeEventsEventTypeEnum value1, string value2)

Parameters

value1 EventStreamSubscribeEventsEventTypeEnum
value2 string

Returns

bool

explicit operator string(EventStreamSubscribeEventsEventTypeEnum)

public static explicit operator string(EventStreamSubscribeEventsEventTypeEnum value)

Parameters

value EventStreamSubscribeEventsEventTypeEnum

Returns

string

explicit operator EventStreamSubscribeEventsEventTypeEnum(string)

public static explicit operator EventStreamSubscribeEventsEventTypeEnum(string value)

Parameters

value string

Returns

EventStreamSubscribeEventsEventTypeEnum

operator !=(EventStreamSubscribeEventsEventTypeEnum, string)

public static bool operator !=(EventStreamSubscribeEventsEventTypeEnum value1, string value2)

Parameters

value1 EventStreamSubscribeEventsEventTypeEnum
value2 string

Returns

bool