Table of Contents

Struct EventStreamEventTypeEnum

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

Constructors

EventStreamEventTypeEnum(string)

public EventStreamEventTypeEnum(string value)

Parameters

value string

Fields

GroupCreated

public static readonly EventStreamEventTypeEnum GroupCreated

Field Value

EventStreamEventTypeEnum

GroupDeleted

public static readonly EventStreamEventTypeEnum GroupDeleted

Field Value

EventStreamEventTypeEnum

GroupMemberAdded

public static readonly EventStreamEventTypeEnum GroupMemberAdded

Field Value

EventStreamEventTypeEnum

GroupMemberDeleted

public static readonly EventStreamEventTypeEnum GroupMemberDeleted

Field Value

EventStreamEventTypeEnum

GroupUpdated

public static readonly EventStreamEventTypeEnum GroupUpdated

Field Value

EventStreamEventTypeEnum

OrganizationConnectionAdded

public static readonly EventStreamEventTypeEnum OrganizationConnectionAdded

Field Value

EventStreamEventTypeEnum

OrganizationConnectionRemoved

public static readonly EventStreamEventTypeEnum OrganizationConnectionRemoved

Field Value

EventStreamEventTypeEnum

OrganizationConnectionUpdated

public static readonly EventStreamEventTypeEnum OrganizationConnectionUpdated

Field Value

EventStreamEventTypeEnum

OrganizationCreated

public static readonly EventStreamEventTypeEnum OrganizationCreated

Field Value

EventStreamEventTypeEnum

OrganizationDeleted

public static readonly EventStreamEventTypeEnum OrganizationDeleted

Field Value

EventStreamEventTypeEnum

OrganizationMemberAdded

public static readonly EventStreamEventTypeEnum OrganizationMemberAdded

Field Value

EventStreamEventTypeEnum

OrganizationMemberDeleted

public static readonly EventStreamEventTypeEnum OrganizationMemberDeleted

Field Value

EventStreamEventTypeEnum

OrganizationMemberRoleAssigned

public static readonly EventStreamEventTypeEnum OrganizationMemberRoleAssigned

Field Value

EventStreamEventTypeEnum

OrganizationMemberRoleDeleted

public static readonly EventStreamEventTypeEnum OrganizationMemberRoleDeleted

Field Value

EventStreamEventTypeEnum

OrganizationUpdated

public static readonly EventStreamEventTypeEnum OrganizationUpdated

Field Value

EventStreamEventTypeEnum

UserCreated

public static readonly EventStreamEventTypeEnum UserCreated

Field Value

EventStreamEventTypeEnum

UserDeleted

public static readonly EventStreamEventTypeEnum UserDeleted

Field Value

EventStreamEventTypeEnum

UserUpdated

public static readonly EventStreamEventTypeEnum UserUpdated

Field Value

EventStreamEventTypeEnum

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 EventStreamEventTypeEnum FromCustom(string value)

Parameters

value string

Returns

EventStreamEventTypeEnum

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(EventStreamEventTypeEnum, string)

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

Parameters

value1 EventStreamEventTypeEnum
value2 string

Returns

bool

explicit operator string(EventStreamEventTypeEnum)

public static explicit operator string(EventStreamEventTypeEnum value)

Parameters

value EventStreamEventTypeEnum

Returns

string

explicit operator EventStreamEventTypeEnum(string)

public static explicit operator EventStreamEventTypeEnum(string value)

Parameters

value string

Returns

EventStreamEventTypeEnum

operator !=(EventStreamEventTypeEnum, string)

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

Parameters

value1 EventStreamEventTypeEnum
value2 string

Returns

bool