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