Report of the suspicious data field verification.

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

fieldFullName: string

Full name of the field that was considered during the verification.

isSuspicious: boolean

Shows whether the data in the field is suspicious, e.g. contains word "Sample" in the name.

Methods

  • Parameters

    Returns {
        fieldFullName?: string;
        isSuspicious?: boolean;
        serialize?: any;
    }

    • Optional Readonly fieldFullName?: string

      Full name of the field that was considered during the verification.

    • Optional Readonly isSuspicious?: boolean

      Shows whether the data in the field is suspicious, e.g. contains word "Sample" in the name.