import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getMtlstruststoreCaSetAssociations(args?: GetMtlstruststoreCaSetAssociationsArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getMtlstruststoreCaSetAssociations. */ export interface GetMtlstruststoreCaSetAssociationsArgs { associationType?: string; id?: string; name?: string; } /** * A collection of values returned by getMtlstruststoreCaSetAssociations. */ export interface GetMtlstruststoreCaSetAssociationsResult { readonly associationType?: string; readonly enrollments: outputs.GetMtlstruststoreCaSetAssociationsEnrollment[]; readonly id: string; readonly name: string; readonly properties: outputs.GetMtlstruststoreCaSetAssociationsProperty[]; } export declare function getMtlstruststoreCaSetAssociationsOutput(args?: GetMtlstruststoreCaSetAssociationsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getMtlstruststoreCaSetAssociations. */ export interface GetMtlstruststoreCaSetAssociationsOutputArgs { associationType?: pulumi.Input; id?: pulumi.Input; name?: pulumi.Input; } //# sourceMappingURL=getMtlstruststoreCaSetAssociations.d.ts.map