import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getZeroTrustDexRule(args: GetZeroTrustDexRuleArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustDexRule. */ export interface GetZeroTrustDexRuleArgs { accountId: string; ruleId: string; } /** * A collection of values returned by getZeroTrustDexRule. */ export interface GetZeroTrustDexRuleResult { readonly accountId: string; readonly createdAt: string; readonly description: string; readonly id: string; readonly match: string; readonly name: string; readonly ruleId: string; readonly targetedTests: outputs.GetZeroTrustDexRuleTargetedTest[]; readonly updatedAt: string; } export declare function getZeroTrustDexRuleOutput(args: GetZeroTrustDexRuleOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustDexRule. */ export interface GetZeroTrustDexRuleOutputArgs { accountId: pulumi.Input; ruleId: pulumi.Input; } //# sourceMappingURL=getZeroTrustDexRule.d.ts.map