import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getPageShieldScripts(args: GetPageShieldScriptsArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getPageShieldScripts. */ export interface GetPageShieldScriptsArgs { scriptId: string; zoneId: string; } /** * A collection of values returned by getPageShieldScripts. */ export interface GetPageShieldScriptsResult { readonly addedAt: string; readonly cryptominingScore: number; readonly dataflowScore: number; readonly domainReportedMalicious: boolean; readonly fetchedAt: string; readonly firstPageUrl: string; readonly firstSeenAt: string; readonly hash: string; readonly host: string; readonly id: string; readonly jsIntegrityScore: number; readonly lastSeenAt: string; readonly magecartScore: number; readonly maliciousDomainCategories: string[]; readonly maliciousUrlCategories: string[]; readonly malwareScore: number; readonly obfuscationScore: number; readonly pageUrls: string[]; readonly scriptId: string; readonly url: string; readonly urlContainsCdnCgiPath: boolean; readonly urlReportedMalicious: boolean; readonly versions: outputs.GetPageShieldScriptsVersion[]; readonly zoneId: string; } export declare function getPageShieldScriptsOutput(args: GetPageShieldScriptsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getPageShieldScripts. */ export interface GetPageShieldScriptsOutputArgs { scriptId: pulumi.Input; zoneId: pulumi.Input; } //# sourceMappingURL=getPageShieldScripts.d.ts.map