Table of Contents

Struct ClientMyOrganizationConfigurationAllowedStrategiesEnum

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

Constructors

ClientMyOrganizationConfigurationAllowedStrategiesEnum(string)

public ClientMyOrganizationConfigurationAllowedStrategiesEnum(string value)

Parameters

value string

Fields

Adfs

public static readonly ClientMyOrganizationConfigurationAllowedStrategiesEnum Adfs

Field Value

ClientMyOrganizationConfigurationAllowedStrategiesEnum

GoogleApps

public static readonly ClientMyOrganizationConfigurationAllowedStrategiesEnum GoogleApps

Field Value

ClientMyOrganizationConfigurationAllowedStrategiesEnum

Oidc

public static readonly ClientMyOrganizationConfigurationAllowedStrategiesEnum Oidc

Field Value

ClientMyOrganizationConfigurationAllowedStrategiesEnum

Okta

public static readonly ClientMyOrganizationConfigurationAllowedStrategiesEnum Okta

Field Value

ClientMyOrganizationConfigurationAllowedStrategiesEnum

Pingfederate

public static readonly ClientMyOrganizationConfigurationAllowedStrategiesEnum Pingfederate

Field Value

ClientMyOrganizationConfigurationAllowedStrategiesEnum

Samlp

public static readonly ClientMyOrganizationConfigurationAllowedStrategiesEnum Samlp

Field Value

ClientMyOrganizationConfigurationAllowedStrategiesEnum

Waad

public static readonly ClientMyOrganizationConfigurationAllowedStrategiesEnum Waad

Field Value

ClientMyOrganizationConfigurationAllowedStrategiesEnum

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

Parameters

value string

Returns

ClientMyOrganizationConfigurationAllowedStrategiesEnum

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(ClientMyOrganizationConfigurationAllowedStrategiesEnum, string)

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

Parameters

value1 ClientMyOrganizationConfigurationAllowedStrategiesEnum
value2 string

Returns

bool

explicit operator string(ClientMyOrganizationConfigurationAllowedStrategiesEnum)

public static explicit operator string(ClientMyOrganizationConfigurationAllowedStrategiesEnum value)

Parameters

value ClientMyOrganizationConfigurationAllowedStrategiesEnum

Returns

string

explicit operator ClientMyOrganizationConfigurationAllowedStrategiesEnum(string)

public static explicit operator ClientMyOrganizationConfigurationAllowedStrategiesEnum(string value)

Parameters

value string

Returns

ClientMyOrganizationConfigurationAllowedStrategiesEnum

operator !=(ClientMyOrganizationConfigurationAllowedStrategiesEnum, string)

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

Parameters

value1 ClientMyOrganizationConfigurationAllowedStrategiesEnum
value2 string

Returns

bool