Class ConnectionValidationOptions
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Options for validation
[Serializable]
public record ConnectionValidationOptions : IJsonOnDeserialized, IEquatable<ConnectionValidationOptions>
- Inheritance
-
ConnectionValidationOptions
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Username
[JsonPropertyName("username")]
public Optional<ConnectionUsernameValidationOptions?> Username { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.