import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getZeroTrustDevicePostureIntegration(args: GetZeroTrustDevicePostureIntegrationArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustDevicePostureIntegration. */ export interface GetZeroTrustDevicePostureIntegrationArgs { accountId: string; integrationId: string; } /** * A collection of values returned by getZeroTrustDevicePostureIntegration. */ export interface GetZeroTrustDevicePostureIntegrationResult { readonly accountId: string; readonly config: outputs.GetZeroTrustDevicePostureIntegrationConfig; readonly id: string; readonly integrationId: string; readonly interval: string; readonly name: string; readonly type: string; } export declare function getZeroTrustDevicePostureIntegrationOutput(args: GetZeroTrustDevicePostureIntegrationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustDevicePostureIntegration. */ export interface GetZeroTrustDevicePostureIntegrationOutputArgs { accountId: pulumi.Input; integrationId: pulumi.Input; } //# sourceMappingURL=getZeroTrustDevicePostureIntegration.d.ts.map