import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getZeroTrustDeviceCustomProfiles(args: GetZeroTrustDeviceCustomProfilesArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustDeviceCustomProfiles. */ export interface GetZeroTrustDeviceCustomProfilesArgs { accountId: string; maxItems?: number; } /** * A collection of values returned by getZeroTrustDeviceCustomProfiles. */ export interface GetZeroTrustDeviceCustomProfilesResult { readonly accountId: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly maxItems?: number; readonly results: outputs.GetZeroTrustDeviceCustomProfilesResult[]; } export declare function getZeroTrustDeviceCustomProfilesOutput(args: GetZeroTrustDeviceCustomProfilesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustDeviceCustomProfiles. */ export interface GetZeroTrustDeviceCustomProfilesOutputArgs { accountId: pulumi.Input; maxItems?: pulumi.Input; } //# sourceMappingURL=getZeroTrustDeviceCustomProfiles.d.ts.map