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
valuestring
Fields
Adfs
public static readonly SelfServiceProfileAllowedStrategyEnum Adfs
Field Value
Auth0Samlp
public static readonly SelfServiceProfileAllowedStrategyEnum Auth0Samlp
Field Value
GoogleApps
public static readonly SelfServiceProfileAllowedStrategyEnum GoogleApps
Field Value
KeycloakSamlp
public static readonly SelfServiceProfileAllowedStrategyEnum KeycloakSamlp
Field Value
Oidc
public static readonly SelfServiceProfileAllowedStrategyEnum Oidc
Field Value
Okta
public static readonly SelfServiceProfileAllowedStrategyEnum Okta
Field Value
OktaSamlp
public static readonly SelfServiceProfileAllowedStrategyEnum OktaSamlp
Field Value
Pingfederate
public static readonly SelfServiceProfileAllowedStrategyEnum Pingfederate
Field Value
Samlp
public static readonly SelfServiceProfileAllowedStrategyEnum Samlp
Field Value
Waad
public static readonly SelfServiceProfileAllowedStrategyEnum Waad
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 SelfServiceProfileAllowedStrategyEnum FromCustom(string value)
Parameters
valuestring
Returns
ToString()
Returns the string value of the enum.
public override string ToString()
Returns
Operators
operator ==(SelfServiceProfileAllowedStrategyEnum, string)
public static bool operator ==(SelfServiceProfileAllowedStrategyEnum value1, string value2)
Parameters
value1SelfServiceProfileAllowedStrategyEnumvalue2string
Returns
explicit operator string(SelfServiceProfileAllowedStrategyEnum)
public static explicit operator string(SelfServiceProfileAllowedStrategyEnum value)
Parameters
Returns
explicit operator SelfServiceProfileAllowedStrategyEnum(string)
public static explicit operator SelfServiceProfileAllowedStrategyEnum(string value)
Parameters
valuestring
Returns
operator !=(SelfServiceProfileAllowedStrategyEnum, string)
public static bool operator !=(SelfServiceProfileAllowedStrategyEnum value1, string value2)
Parameters
value1SelfServiceProfileAllowedStrategyEnumvalue2string