Struct ConnectionUpstreamAliasEnum
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[JsonConverter(typeof(ConnectionUpstreamAliasEnum.ConnectionUpstreamAliasEnumSerializer))]
[Serializable]
public readonly record struct ConnectionUpstreamAliasEnum : IStringEnum, IEquatable<string>, IEquatable<ConnectionUpstreamAliasEnum>
- Implements
- Inherited Members
Constructors
ConnectionUpstreamAliasEnum(string)
public ConnectionUpstreamAliasEnum(string value)
Parameters
valuestring
Fields
AcrValues
public static readonly ConnectionUpstreamAliasEnum AcrValues
Field Value
Audience
public static readonly ConnectionUpstreamAliasEnum Audience
Field Value
ClientId
public static readonly ConnectionUpstreamAliasEnum ClientId
Field Value
Display
public static readonly ConnectionUpstreamAliasEnum Display
Field Value
IdTokenHint
public static readonly ConnectionUpstreamAliasEnum IdTokenHint
Field Value
LoginHint
public static readonly ConnectionUpstreamAliasEnum LoginHint
Field Value
MaxAge
public static readonly ConnectionUpstreamAliasEnum MaxAge
Field Value
Prompt
public static readonly ConnectionUpstreamAliasEnum Prompt
Field Value
Resource
public static readonly ConnectionUpstreamAliasEnum Resource
Field Value
ResponseMode
public static readonly ConnectionUpstreamAliasEnum ResponseMode
Field Value
ResponseType
public static readonly ConnectionUpstreamAliasEnum ResponseType
Field Value
UiLocales
public static readonly ConnectionUpstreamAliasEnum UiLocales
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 ConnectionUpstreamAliasEnum FromCustom(string value)
Parameters
valuestring
Returns
ToString()
Returns the string value of the enum.
public override string ToString()
Returns
Operators
operator ==(ConnectionUpstreamAliasEnum, string)
public static bool operator ==(ConnectionUpstreamAliasEnum value1, string value2)
Parameters
value1ConnectionUpstreamAliasEnumvalue2string
Returns
explicit operator string(ConnectionUpstreamAliasEnum)
public static explicit operator string(ConnectionUpstreamAliasEnum value)
Parameters
Returns
explicit operator ConnectionUpstreamAliasEnum(string)
public static explicit operator ConnectionUpstreamAliasEnum(string value)
Parameters
valuestring
Returns
operator !=(ConnectionUpstreamAliasEnum, string)
public static bool operator !=(ConnectionUpstreamAliasEnum value1, string value2)
Parameters
value1ConnectionUpstreamAliasEnumvalue2string