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
valuestring
Fields
GroupCreated
public static readonly EventStreamDeliveryEventTypeEnum GroupCreated
Field Value
GroupDeleted
public static readonly EventStreamDeliveryEventTypeEnum GroupDeleted
Field Value
GroupMemberAdded
public static readonly EventStreamDeliveryEventTypeEnum GroupMemberAdded
Field Value
GroupMemberDeleted
public static readonly EventStreamDeliveryEventTypeEnum GroupMemberDeleted
Field Value
GroupUpdated
public static readonly EventStreamDeliveryEventTypeEnum GroupUpdated
Field Value
OrganizationConnectionAdded
public static readonly EventStreamDeliveryEventTypeEnum OrganizationConnectionAdded
Field Value
OrganizationConnectionRemoved
public static readonly EventStreamDeliveryEventTypeEnum OrganizationConnectionRemoved
Field Value
OrganizationConnectionUpdated
public static readonly EventStreamDeliveryEventTypeEnum OrganizationConnectionUpdated
Field Value
OrganizationCreated
public static readonly EventStreamDeliveryEventTypeEnum OrganizationCreated
Field Value
OrganizationDeleted
public static readonly EventStreamDeliveryEventTypeEnum OrganizationDeleted
Field Value
OrganizationMemberAdded
public static readonly EventStreamDeliveryEventTypeEnum OrganizationMemberAdded
Field Value
OrganizationMemberDeleted
public static readonly EventStreamDeliveryEventTypeEnum OrganizationMemberDeleted
Field Value
OrganizationMemberRoleAssigned
public static readonly EventStreamDeliveryEventTypeEnum OrganizationMemberRoleAssigned
Field Value
OrganizationMemberRoleDeleted
public static readonly EventStreamDeliveryEventTypeEnum OrganizationMemberRoleDeleted
Field Value
OrganizationUpdated
public static readonly EventStreamDeliveryEventTypeEnum OrganizationUpdated
Field Value
UserCreated
public static readonly EventStreamDeliveryEventTypeEnum UserCreated
Field Value
UserDeleted
public static readonly EventStreamDeliveryEventTypeEnum UserDeleted
Field Value
UserUpdated
public static readonly EventStreamDeliveryEventTypeEnum UserUpdated
Field Value
Properties
Value
The string value of the enum.
public string Value { get; }
Property Value
Methods
Equals(string?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(string? other)
Parameters
otherstringAn object to compare with this object.
Returns
- bool
true if the current object is equal to the
otherparameter; otherwise, false.
FromCustom(string)
Create a string enum with the given value.
public static EventStreamDeliveryEventTypeEnum FromCustom(string value)
Parameters
valuestring
Returns
ToString()
Returns the string value of the enum.
public override string ToString()
Returns
Operators
operator ==(EventStreamDeliveryEventTypeEnum, string)
public static bool operator ==(EventStreamDeliveryEventTypeEnum value1, string value2)
Parameters
value1EventStreamDeliveryEventTypeEnumvalue2string
Returns
explicit operator string(EventStreamDeliveryEventTypeEnum)
public static explicit operator string(EventStreamDeliveryEventTypeEnum value)
Parameters
Returns
explicit operator EventStreamDeliveryEventTypeEnum(string)
public static explicit operator EventStreamDeliveryEventTypeEnum(string value)
Parameters
valuestring
Returns
operator !=(EventStreamDeliveryEventTypeEnum, string)
public static bool operator !=(EventStreamDeliveryEventTypeEnum value1, string value2)
Parameters
value1EventStreamDeliveryEventTypeEnumvalue2string