interface CidrLocation {
    downloadSearchRegexOnUrl: RegExp;
    downloadUrl: string;
    OutputInformation: OutputInformation;
    outputType: "JSON";
}

Properties

downloadSearchRegexOnUrl: RegExp

Defines the Regex to search for the File on the Url

downloadUrl: string

Defines the URL where the File containing CIDR will be downloaded from

OutputInformation: OutputInformation

Defines where to extract the CIDRs from the File

outputType

Defines the Type of the Output of the File