Table of Contents

Struct EventStreamCloudEventConnectionDeletedPreviousObject0OptionsSetUserRootAttributesEnum

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

Constructors

EventStreamCloudEventConnectionDeletedPreviousObject0OptionsSetUserRootAttributesEnum(string)

public EventStreamCloudEventConnectionDeletedPreviousObject0OptionsSetUserRootAttributesEnum(string value)

Parameters

value string

Fields

NeverOnLogin

public static readonly EventStreamCloudEventConnectionDeletedPreviousObject0OptionsSetUserRootAttributesEnum NeverOnLogin

Field Value

EventStreamCloudEventConnectionDeletedPreviousObject0OptionsSetUserRootAttributesEnum

OnEachLogin

public static readonly EventStreamCloudEventConnectionDeletedPreviousObject0OptionsSetUserRootAttributesEnum OnEachLogin

Field Value

EventStreamCloudEventConnectionDeletedPreviousObject0OptionsSetUserRootAttributesEnum

OnFirstLogin

public static readonly EventStreamCloudEventConnectionDeletedPreviousObject0OptionsSetUserRootAttributesEnum OnFirstLogin

Field Value

EventStreamCloudEventConnectionDeletedPreviousObject0OptionsSetUserRootAttributesEnum

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

Parameters

value string

Returns

EventStreamCloudEventConnectionDeletedPreviousObject0OptionsSetUserRootAttributesEnum

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(EventStreamCloudEventConnectionDeletedPreviousObject0OptionsSetUserRootAttributesEnum, string)

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

Parameters

value1 EventStreamCloudEventConnectionDeletedPreviousObject0OptionsSetUserRootAttributesEnum
value2 string

Returns

bool

explicit operator string(EventStreamCloudEventConnectionDeletedPreviousObject0OptionsSetUserRootAttributesEnum)

public static explicit operator string(EventStreamCloudEventConnectionDeletedPreviousObject0OptionsSetUserRootAttributesEnum value)

Parameters

value EventStreamCloudEventConnectionDeletedPreviousObject0OptionsSetUserRootAttributesEnum

Returns

string

explicit operator EventStreamCloudEventConnectionDeletedPreviousObject0OptionsSetUserRootAttributesEnum(string)

public static explicit operator EventStreamCloudEventConnectionDeletedPreviousObject0OptionsSetUserRootAttributesEnum(string value)

Parameters

value string

Returns

EventStreamCloudEventConnectionDeletedPreviousObject0OptionsSetUserRootAttributesEnum

operator !=(EventStreamCloudEventConnectionDeletedPreviousObject0OptionsSetUserRootAttributesEnum, string)

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

Parameters

value1 EventStreamCloudEventConnectionDeletedPreviousObject0OptionsSetUserRootAttributesEnum
value2 string

Returns

bool