import * as pulumi from "@pulumi/pulumi"; export declare function getZeroTrustGatewayCertificate(args: GetZeroTrustGatewayCertificateArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustGatewayCertificate. */ export interface GetZeroTrustGatewayCertificateArgs { accountId: string; certificateId: string; } /** * A collection of values returned by getZeroTrustGatewayCertificate. */ export interface GetZeroTrustGatewayCertificateResult { readonly accountId: string; readonly bindingStatus: string; readonly certificate: string; readonly certificateId: string; readonly createdAt: string; readonly expiresOn: string; readonly fingerprint: string; readonly id: string; readonly inUse: boolean; readonly issuerOrg: string; readonly issuerRaw: string; readonly type: string; readonly updatedAt: string; readonly uploadedOn: string; } export declare function getZeroTrustGatewayCertificateOutput(args: GetZeroTrustGatewayCertificateOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustGatewayCertificate. */ export interface GetZeroTrustGatewayCertificateOutputArgs { accountId: pulumi.Input; certificateId: pulumi.Input; } //# sourceMappingURL=getZeroTrustGatewayCertificate.d.ts.map