import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getZeroTrustGatewayPolicy(args: GetZeroTrustGatewayPolicyArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustGatewayPolicy. */ export interface GetZeroTrustGatewayPolicyArgs { accountId: string; ruleId: string; } /** * A collection of values returned by getZeroTrustGatewayPolicy. */ export interface GetZeroTrustGatewayPolicyResult { readonly accountId: string; readonly action: string; readonly createdAt: string; readonly deletedAt: string; readonly description: string; readonly devicePosture: string; readonly enabled: boolean; readonly expiration: outputs.GetZeroTrustGatewayPolicyExpiration; readonly filters: string[]; readonly id: string; readonly identity: string; readonly name: string; readonly precedence: number; readonly readOnly: boolean; readonly ruleId: string; readonly ruleSettings: outputs.GetZeroTrustGatewayPolicyRuleSettings; readonly schedule: outputs.GetZeroTrustGatewayPolicySchedule; readonly sharable: boolean; readonly sourceAccount: string; readonly traffic: string; readonly updatedAt: string; readonly version: number; readonly warningStatus: string; } export declare function getZeroTrustGatewayPolicyOutput(args: GetZeroTrustGatewayPolicyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustGatewayPolicy. */ export interface GetZeroTrustGatewayPolicyOutputArgs { accountId: pulumi.Input; ruleId: pulumi.Input; } //# sourceMappingURL=getZeroTrustGatewayPolicy.d.ts.map