import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getAppSecIPGeo(args: GetAppSecIPGeoArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getAppSecIPGeo. */ export interface GetAppSecIPGeoArgs { configId: number; securityPolicyId: string; } /** * A collection of values returned by getAppSecIPGeo. */ export interface GetAppSecIPGeoResult { readonly asnControls: outputs.GetAppSecIPGeoAsnControl[]; readonly blockAction: string; readonly configId: number; readonly exceptionIpNetworkLists: string[]; readonly geoControls: outputs.GetAppSecIPGeoGeoControl[]; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly ipControls: outputs.GetAppSecIPGeoIpControl[]; readonly mode: string; readonly outputText: string; readonly securityPolicyId: string; readonly ukraineGeoControlAction: string; } export declare function getAppSecIPGeoOutput(args: GetAppSecIPGeoOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getAppSecIPGeo. */ export interface GetAppSecIPGeoOutputArgs { configId: pulumi.Input; securityPolicyId: pulumi.Input; } //# sourceMappingURL=getAppSecIPGeo.d.ts.map