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
valuestring
Fields
GroupCreated
public static readonly EventStreamEventTypeEnum GroupCreated
Field Value
GroupDeleted
public static readonly EventStreamEventTypeEnum GroupDeleted
Field Value
GroupMemberAdded
public static readonly EventStreamEventTypeEnum GroupMemberAdded
Field Value
GroupMemberDeleted
public static readonly EventStreamEventTypeEnum GroupMemberDeleted
Field Value
GroupUpdated
public static readonly EventStreamEventTypeEnum GroupUpdated
Field Value
OrganizationConnectionAdded
public static readonly EventStreamEventTypeEnum OrganizationConnectionAdded
Field Value
OrganizationConnectionRemoved
public static readonly EventStreamEventTypeEnum OrganizationConnectionRemoved
Field Value
OrganizationConnectionUpdated
public static readonly EventStreamEventTypeEnum OrganizationConnectionUpdated
Field Value
OrganizationCreated
public static readonly EventStreamEventTypeEnum OrganizationCreated
Field Value
OrganizationDeleted
public static readonly EventStreamEventTypeEnum OrganizationDeleted
Field Value
OrganizationMemberAdded
public static readonly EventStreamEventTypeEnum OrganizationMemberAdded
Field Value
OrganizationMemberDeleted
public static readonly EventStreamEventTypeEnum OrganizationMemberDeleted
Field Value
OrganizationMemberRoleAssigned
public static readonly EventStreamEventTypeEnum OrganizationMemberRoleAssigned
Field Value
OrganizationMemberRoleDeleted
public static readonly EventStreamEventTypeEnum OrganizationMemberRoleDeleted
Field Value
OrganizationUpdated
public static readonly EventStreamEventTypeEnum OrganizationUpdated
Field Value
UserCreated
public static readonly EventStreamEventTypeEnum UserCreated
Field Value
UserDeleted
public static readonly EventStreamEventTypeEnum UserDeleted
Field Value
UserUpdated
public static readonly EventStreamEventTypeEnum 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 EventStreamEventTypeEnum FromCustom(string value)
Parameters
valuestring
Returns
ToString()
Returns the string value of the enum.
public override string ToString()
Returns
Operators
operator ==(EventStreamEventTypeEnum, string)
public static bool operator ==(EventStreamEventTypeEnum value1, string value2)
Parameters
value1EventStreamEventTypeEnumvalue2string
Returns
explicit operator string(EventStreamEventTypeEnum)
public static explicit operator string(EventStreamEventTypeEnum value)
Parameters
valueEventStreamEventTypeEnum
Returns
explicit operator EventStreamEventTypeEnum(string)
public static explicit operator EventStreamEventTypeEnum(string value)
Parameters
valuestring
Returns
operator !=(EventStreamEventTypeEnum, string)
public static bool operator !=(EventStreamEventTypeEnum value1, string value2)
Parameters
value1EventStreamEventTypeEnumvalue2string