Table of Contents

Struct SelfServiceProfileAllowedStrategyEnum

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

Constructors

SelfServiceProfileAllowedStrategyEnum(string)

public SelfServiceProfileAllowedStrategyEnum(string value)

Parameters

value string

Fields

Adfs

public static readonly SelfServiceProfileAllowedStrategyEnum Adfs

Field Value

SelfServiceProfileAllowedStrategyEnum

Auth0Samlp

public static readonly SelfServiceProfileAllowedStrategyEnum Auth0Samlp

Field Value

SelfServiceProfileAllowedStrategyEnum

GoogleApps

public static readonly SelfServiceProfileAllowedStrategyEnum GoogleApps

Field Value

SelfServiceProfileAllowedStrategyEnum

KeycloakSamlp

public static readonly SelfServiceProfileAllowedStrategyEnum KeycloakSamlp

Field Value

SelfServiceProfileAllowedStrategyEnum

Oidc

public static readonly SelfServiceProfileAllowedStrategyEnum Oidc

Field Value

SelfServiceProfileAllowedStrategyEnum

Okta

public static readonly SelfServiceProfileAllowedStrategyEnum Okta

Field Value

SelfServiceProfileAllowedStrategyEnum

OktaSamlp

public static readonly SelfServiceProfileAllowedStrategyEnum OktaSamlp

Field Value

SelfServiceProfileAllowedStrategyEnum

Pingfederate

public static readonly SelfServiceProfileAllowedStrategyEnum Pingfederate

Field Value

SelfServiceProfileAllowedStrategyEnum

Samlp

public static readonly SelfServiceProfileAllowedStrategyEnum Samlp

Field Value

SelfServiceProfileAllowedStrategyEnum

Waad

public static readonly SelfServiceProfileAllowedStrategyEnum Waad

Field Value

SelfServiceProfileAllowedStrategyEnum

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

Parameters

value string

Returns

SelfServiceProfileAllowedStrategyEnum

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(SelfServiceProfileAllowedStrategyEnum, string)

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

Parameters

value1 SelfServiceProfileAllowedStrategyEnum
value2 string

Returns

bool

explicit operator string(SelfServiceProfileAllowedStrategyEnum)

public static explicit operator string(SelfServiceProfileAllowedStrategyEnum value)

Parameters

value SelfServiceProfileAllowedStrategyEnum

Returns

string

explicit operator SelfServiceProfileAllowedStrategyEnum(string)

public static explicit operator SelfServiceProfileAllowedStrategyEnum(string value)

Parameters

value string

Returns

SelfServiceProfileAllowedStrategyEnum

operator !=(SelfServiceProfileAllowedStrategyEnum, string)

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

Parameters

value1 SelfServiceProfileAllowedStrategyEnum
value2 string

Returns

bool