Table of Contents

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

ConnectionOptionsAttributeAllowedTypes

MaxLength

Maximum allowed length

[JsonProperty("max_length")]
public int MaxLength { get; set; }

Property Value

int

MinLength

Minimum allowed length

[JsonProperty("min_length")]
public int MinLength { get; set; }

Property Value

int