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