import * as pulumi from "@pulumi/pulumi"; import * as inputs from "./types/input"; import * as outputs from "./types/output"; export declare function getZeroTrustList(args: GetZeroTrustListArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustList. */ export interface GetZeroTrustListArgs { accountId: string; filter?: inputs.GetZeroTrustListFilter; listId?: string; } /** * A collection of values returned by getZeroTrustList. */ export interface GetZeroTrustListResult { readonly accountId: string; readonly createdAt: string; readonly description: string; readonly filter?: outputs.GetZeroTrustListFilter; readonly id: string; readonly items: outputs.GetZeroTrustListItem[]; readonly listCount: number; readonly listId?: string; readonly name: string; readonly type: string; readonly updatedAt: string; } export declare function getZeroTrustListOutput(args: GetZeroTrustListOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustList. */ export interface GetZeroTrustListOutputArgs { accountId: pulumi.Input; filter?: pulumi.Input; listId?: pulumi.Input; } //# sourceMappingURL=getZeroTrustList.d.ts.map