ping-identity
    Preparing search index...

    Type Alias DaVinciValidation

    Server-provided validation rule attached to a validated field collector.

    The bridge maps the server regex to regex. Use DaVinciClient.validate to check a collector's current value on demand.

    type DaVinciValidation = {
        errors?: DaVinciFieldValidationError[];
        regex: string;
    }
    Index

    Properties

    Properties

    Optional collector-level validation data when supplied by a native mapping. Use DaVinciClient.validate for on-demand validation results.

    regex: string

    Regular expression pattern the server requires the value to satisfy.