1. Packages
  2. Packages
  3. Thoth
  4. API Docs
  5. mcp
  6. getVendors
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
thoth logo
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security

    Using getVendors

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getVendors(args: GetVendorsArgs, opts?: InvokeOptions): Promise<GetVendorsResult>
    function getVendorsOutput(args: GetVendorsOutputArgs, opts?: InvokeOptions): Output<GetVendorsResult>
    def get_vendors(approved: Optional[bool] = None,
                    opts: Optional[InvokeOptions] = None) -> GetVendorsResult
    def get_vendors_output(approved: pulumi.Input[Optional[bool]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetVendorsResult]
    func GetVendors(ctx *Context, args *GetVendorsArgs, opts ...InvokeOption) (*GetVendorsResult, error)
    func GetVendorsOutput(ctx *Context, args *GetVendorsOutputArgs, opts ...InvokeOption) GetVendorsResultOutput

    > Note: This function is named GetVendors in the Go SDK.

    public static class GetVendors 
    {
        public static Task<GetVendorsResult> InvokeAsync(GetVendorsArgs args, InvokeOptions? opts = null)
        public static Output<GetVendorsResult> Invoke(GetVendorsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVendorsResult> getVendors(GetVendorsArgs args, InvokeOptions options)
    public static Output<GetVendorsResult> getVendors(GetVendorsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: thoth:mcp/getVendors:getVendors
      arguments:
        # arguments dictionary
    data "thoth_mcp_get_vendors" "name" {
        # arguments
    }

    The following arguments are supported:

    approved Boolean
    approved boolean
    approved Boolean

    getVendors Result

    The following output properties are available:

    DataJson string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResponseJson string
    Total int
    Approved bool
    DataJson string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResponseJson string
    Total int
    Approved bool
    data_json string
    id string
    The provider-assigned unique ID for this managed resource.
    response_json string
    total number
    approved bool
    dataJson String
    id String
    The provider-assigned unique ID for this managed resource.
    responseJson String
    total Integer
    approved Boolean
    dataJson string
    id string
    The provider-assigned unique ID for this managed resource.
    responseJson string
    total number
    approved boolean
    data_json str
    id str
    The provider-assigned unique ID for this managed resource.
    response_json str
    total int
    approved bool
    dataJson String
    id String
    The provider-assigned unique ID for this managed resource.
    responseJson String
    total Number
    approved Boolean

    Package Details

    Repository
    thoth atensecurity/pulumi-thoth
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the thoth Terraform Provider.
    thoth logo
    Viewing docs for Thoth v0.1.15
    published on Thursday, Jul 23, 2026 by Aten Security

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial