Table of Contents

Struct EventStreamDeliveryEventTypeEnum

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

Constructors

EventStreamDeliveryEventTypeEnum(string)

public EventStreamDeliveryEventTypeEnum(string value)

Parameters

value string

Fields

GroupCreated

public static readonly EventStreamDeliveryEventTypeEnum GroupCreated

Field Value

EventStreamDeliveryEventTypeEnum

GroupDeleted

public static readonly EventStreamDeliveryEventTypeEnum GroupDeleted

Field Value

EventStreamDeliveryEventTypeEnum

GroupMemberAdded

public static readonly EventStreamDeliveryEventTypeEnum GroupMemberAdded

Field Value

EventStreamDeliveryEventTypeEnum

GroupMemberDeleted

public static readonly EventStreamDeliveryEventTypeEnum GroupMemberDeleted

Field Value

EventStreamDeliveryEventTypeEnum

GroupUpdated

public static readonly EventStreamDeliveryEventTypeEnum GroupUpdated

Field Value

EventStreamDeliveryEventTypeEnum

OrganizationConnectionAdded

public static readonly EventStreamDeliveryEventTypeEnum OrganizationConnectionAdded

Field Value

EventStreamDeliveryEventTypeEnum

OrganizationConnectionRemoved

public static readonly EventStreamDeliveryEventTypeEnum OrganizationConnectionRemoved

Field Value

EventStreamDeliveryEventTypeEnum

OrganizationConnectionUpdated

public static readonly EventStreamDeliveryEventTypeEnum OrganizationConnectionUpdated

Field Value

EventStreamDeliveryEventTypeEnum

OrganizationCreated

public static readonly EventStreamDeliveryEventTypeEnum OrganizationCreated

Field Value

EventStreamDeliveryEventTypeEnum

OrganizationDeleted

public static readonly EventStreamDeliveryEventTypeEnum OrganizationDeleted

Field Value

EventStreamDeliveryEventTypeEnum

OrganizationMemberAdded

public static readonly EventStreamDeliveryEventTypeEnum OrganizationMemberAdded

Field Value

EventStreamDeliveryEventTypeEnum

OrganizationMemberDeleted

public static readonly EventStreamDeliveryEventTypeEnum OrganizationMemberDeleted

Field Value

EventStreamDeliveryEventTypeEnum

OrganizationMemberRoleAssigned

public static readonly EventStreamDeliveryEventTypeEnum OrganizationMemberRoleAssigned

Field Value

EventStreamDeliveryEventTypeEnum

OrganizationMemberRoleDeleted

public static readonly EventStreamDeliveryEventTypeEnum OrganizationMemberRoleDeleted

Field Value

EventStreamDeliveryEventTypeEnum

OrganizationUpdated

public static readonly EventStreamDeliveryEventTypeEnum OrganizationUpdated

Field Value

EventStreamDeliveryEventTypeEnum

UserCreated

public static readonly EventStreamDeliveryEventTypeEnum UserCreated

Field Value

EventStreamDeliveryEventTypeEnum

UserDeleted

public static readonly EventStreamDeliveryEventTypeEnum UserDeleted

Field Value

EventStreamDeliveryEventTypeEnum

UserUpdated

public static readonly EventStreamDeliveryEventTypeEnum UserUpdated

Field Value

EventStreamDeliveryEventTypeEnum

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

Parameters

value string

Returns

EventStreamDeliveryEventTypeEnum

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(EventStreamDeliveryEventTypeEnum, string)

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

Parameters

value1 EventStreamDeliveryEventTypeEnum
value2 string

Returns

bool

explicit operator string(EventStreamDeliveryEventTypeEnum)

public static explicit operator string(EventStreamDeliveryEventTypeEnum value)

Parameters

value EventStreamDeliveryEventTypeEnum

Returns

string

explicit operator EventStreamDeliveryEventTypeEnum(string)

public static explicit operator EventStreamDeliveryEventTypeEnum(string value)

Parameters

value string

Returns

EventStreamDeliveryEventTypeEnum

operator !=(EventStreamDeliveryEventTypeEnum, string)

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

Parameters

value1 EventStreamDeliveryEventTypeEnum
value2 string

Returns

bool