Class ConnectionOptionsAttributeValidation
- Namespace
- Auth0.ManagementApi.Models.Connections
- Assembly
- Auth0.ManagementApi.dll
Attribute Validation
public class ConnectionOptionsAttributeValidation
- Inheritance
-
ConnectionOptionsAttributeValidation
- Inherited Members
Properties
AllowedTypes
[JsonProperty("allowed_types")]
public ConnectionOptionsAttributeAllowedTypes AllowedTypes { get; set; }
Property Value
MaxLength
Maximum allowed length
[JsonProperty("max_length")]
public int MaxLength { get; set; }
Property Value
MinLength
Minimum allowed length
[JsonProperty("min_length")]
public int MinLength { get; set; }