import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getMtlskeystoreClientCertificate(args: GetMtlskeystoreClientCertificateArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getMtlskeystoreClientCertificate. */ export interface GetMtlskeystoreClientCertificateArgs { certificateId: number; includeAssociatedProperties?: boolean; } /** * A collection of values returned by getMtlskeystoreClientCertificate. */ export interface GetMtlskeystoreClientCertificateResult { readonly certificateId: number; readonly certificateName: string; readonly createdBy: string; readonly createdDate: string; readonly current: outputs.GetMtlskeystoreClientCertificateCurrent; readonly geography: string; readonly includeAssociatedProperties?: boolean; readonly keyAlgorithm: string; readonly notificationEmails: string[]; readonly previous: outputs.GetMtlskeystoreClientCertificatePrevious; readonly secureNetwork: string; readonly signer: string; readonly subject: string; readonly versions: outputs.GetMtlskeystoreClientCertificateVersion[]; } export declare function getMtlskeystoreClientCertificateOutput(args: GetMtlskeystoreClientCertificateOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getMtlskeystoreClientCertificate. */ export interface GetMtlskeystoreClientCertificateOutputArgs { certificateId: pulumi.Input; includeAssociatedProperties?: pulumi.Input; } //# sourceMappingURL=getMtlskeystoreClientCertificate.d.ts.map