Struct BruteForceProtectionModeEnum
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[JsonConverter(typeof(BruteForceProtectionModeEnum.BruteForceProtectionModeEnumSerializer))]
[Serializable]
public readonly record struct BruteForceProtectionModeEnum : IStringEnum, IEquatable<string>, IEquatable<BruteForceProtectionModeEnum>
- Implements
- Inherited Members
Constructors
BruteForceProtectionModeEnum(string)
public BruteForceProtectionModeEnum(string value)
Parameters
valuestring
Fields
CountPerIdentifier
public static readonly BruteForceProtectionModeEnum CountPerIdentifier
Field Value
CountPerIdentifierAndIp
public static readonly BruteForceProtectionModeEnum CountPerIdentifierAndIp
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 BruteForceProtectionModeEnum FromCustom(string value)
Parameters
valuestring
Returns
ToString()
Returns the string value of the enum.
public override string ToString()
Returns
Operators
operator ==(BruteForceProtectionModeEnum, string)
public static bool operator ==(BruteForceProtectionModeEnum value1, string value2)
Parameters
value1BruteForceProtectionModeEnumvalue2string
Returns
explicit operator string(BruteForceProtectionModeEnum)
public static explicit operator string(BruteForceProtectionModeEnum value)
Parameters
Returns
explicit operator BruteForceProtectionModeEnum(string)
public static explicit operator BruteForceProtectionModeEnum(string value)
Parameters
valuestring
Returns
operator !=(BruteForceProtectionModeEnum, string)
public static bool operator !=(BruteForceProtectionModeEnum value1, string value2)
Parameters
value1BruteForceProtectionModeEnumvalue2string