import * as pulumi from "@pulumi/pulumi"; export declare function getZeroTrustAccessShortLivedCertificate(args: GetZeroTrustAccessShortLivedCertificateArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustAccessShortLivedCertificate. */ export interface GetZeroTrustAccessShortLivedCertificateArgs { accountId?: string; appId: string; zoneId?: string; } /** * A collection of values returned by getZeroTrustAccessShortLivedCertificate. */ export interface GetZeroTrustAccessShortLivedCertificateResult { readonly accountId?: string; readonly appId: string; readonly aud: string; readonly id: string; readonly publicKey: string; readonly zoneId?: string; } export declare function getZeroTrustAccessShortLivedCertificateOutput(args: GetZeroTrustAccessShortLivedCertificateOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustAccessShortLivedCertificate. */ export interface GetZeroTrustAccessShortLivedCertificateOutputArgs { accountId?: pulumi.Input; appId: pulumi.Input; zoneId?: pulumi.Input; } //# sourceMappingURL=getZeroTrustAccessShortLivedCertificate.d.ts.map