Table of Contents

Struct EventStreamCloudEventConnectionUpdatedPreviousObject1OptionsSetUserRootAttributesEnum

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

Constructors

EventStreamCloudEventConnectionUpdatedPreviousObject1OptionsSetUserRootAttributesEnum(string)

public EventStreamCloudEventConnectionUpdatedPreviousObject1OptionsSetUserRootAttributesEnum(string value)

Parameters

value string

Fields

NeverOnLogin

public static readonly EventStreamCloudEventConnectionUpdatedPreviousObject1OptionsSetUserRootAttributesEnum NeverOnLogin

Field Value

EventStreamCloudEventConnectionUpdatedPreviousObject1OptionsSetUserRootAttributesEnum

OnEachLogin

public static readonly EventStreamCloudEventConnectionUpdatedPreviousObject1OptionsSetUserRootAttributesEnum OnEachLogin

Field Value

EventStreamCloudEventConnectionUpdatedPreviousObject1OptionsSetUserRootAttributesEnum

OnFirstLogin

public static readonly EventStreamCloudEventConnectionUpdatedPreviousObject1OptionsSetUserRootAttributesEnum OnFirstLogin

Field Value

EventStreamCloudEventConnectionUpdatedPreviousObject1OptionsSetUserRootAttributesEnum

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

Parameters

value string

Returns

EventStreamCloudEventConnectionUpdatedPreviousObject1OptionsSetUserRootAttributesEnum

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(EventStreamCloudEventConnectionUpdatedPreviousObject1OptionsSetUserRootAttributesEnum, string)

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

Parameters

value1 EventStreamCloudEventConnectionUpdatedPreviousObject1OptionsSetUserRootAttributesEnum
value2 string

Returns

bool

explicit operator string(EventStreamCloudEventConnectionUpdatedPreviousObject1OptionsSetUserRootAttributesEnum)

public static explicit operator string(EventStreamCloudEventConnectionUpdatedPreviousObject1OptionsSetUserRootAttributesEnum value)

Parameters

value EventStreamCloudEventConnectionUpdatedPreviousObject1OptionsSetUserRootAttributesEnum

Returns

string

explicit operator EventStreamCloudEventConnectionUpdatedPreviousObject1OptionsSetUserRootAttributesEnum(string)

public static explicit operator EventStreamCloudEventConnectionUpdatedPreviousObject1OptionsSetUserRootAttributesEnum(string value)

Parameters

value string

Returns

EventStreamCloudEventConnectionUpdatedPreviousObject1OptionsSetUserRootAttributesEnum

operator !=(EventStreamCloudEventConnectionUpdatedPreviousObject1OptionsSetUserRootAttributesEnum, string)

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

Parameters

value1 EventStreamCloudEventConnectionUpdatedPreviousObject1OptionsSetUserRootAttributesEnum
value2 string

Returns

bool