import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getZeroTrustDevicePostureRule(args: GetZeroTrustDevicePostureRuleArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustDevicePostureRule. */ export interface GetZeroTrustDevicePostureRuleArgs { accountId: string; ruleId: string; } /** * A collection of values returned by getZeroTrustDevicePostureRule. */ export interface GetZeroTrustDevicePostureRuleResult { readonly accountId: string; readonly description: string; readonly expiration: string; readonly id: string; readonly input: outputs.GetZeroTrustDevicePostureRuleInput; readonly matches: outputs.GetZeroTrustDevicePostureRuleMatch[]; readonly name: string; readonly ruleId: string; readonly schedule: string; readonly type: string; } export declare function getZeroTrustDevicePostureRuleOutput(args: GetZeroTrustDevicePostureRuleOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustDevicePostureRule. */ export interface GetZeroTrustDevicePostureRuleOutputArgs { accountId: pulumi.Input; ruleId: pulumi.Input; } //# sourceMappingURL=getZeroTrustDevicePostureRule.d.ts.map