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