import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getIamAllowedApis(args: GetIamAllowedApisArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getIamAllowedApis. */ export interface GetIamAllowedApisArgs { allowAccountSwitch?: boolean; clientType?: string; username: string; } /** * A collection of values returned by getIamAllowedApis. */ export interface GetIamAllowedApisResult { readonly allowAccountSwitch?: boolean; readonly allowedApis: outputs.GetIamAllowedApisAllowedApi[]; readonly clientType?: string; readonly username: string; } export declare function getIamAllowedApisOutput(args: GetIamAllowedApisOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getIamAllowedApis. */ export interface GetIamAllowedApisOutputArgs { allowAccountSwitch?: pulumi.Input; clientType?: pulumi.Input; username: pulumi.Input; } //# sourceMappingURL=getIamAllowedApis.d.ts.map