Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security
Using getVendor
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 getVendor(args: GetVendorArgs, opts?: InvokeOptions): Promise<GetVendorResult>
function getVendorOutput(args: GetVendorOutputArgs, opts?: InvokeOptions): Output<GetVendorResult>def get_vendor(vendor_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVendorResult
def get_vendor_output(vendor_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVendorResult]func LookupVendor(ctx *Context, args *LookupVendorArgs, opts ...InvokeOption) (*LookupVendorResult, error)
func LookupVendorOutput(ctx *Context, args *LookupVendorOutputArgs, opts ...InvokeOption) LookupVendorResultOutput> Note: This function is named LookupVendor in the Go SDK.
public static class GetVendor
{
public static Task<GetVendorResult> InvokeAsync(GetVendorArgs args, InvokeOptions? opts = null)
public static Output<GetVendorResult> Invoke(GetVendorInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVendorResult> getVendor(GetVendorArgs args, InvokeOptions options)
public static Output<GetVendorResult> getVendor(GetVendorArgs args, InvokeOptions options)
fn::invoke:
function: thoth:mcp/getVendor:getVendor
arguments:
# arguments dictionarydata "thoth_mcp_get_vendor" "name" {
# arguments
}The following arguments are supported:
- Vendor
Id string
- Vendor
Id string
- vendor_
id string
- vendor
Id String
- vendor
Id string
- vendor_
id str
- vendor
Id String
getVendor Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Response
Json string - Vendor
Id string
- Id string
- The provider-assigned unique ID for this managed resource.
- Response
Json string - Vendor
Id string
- id string
- The provider-assigned unique ID for this managed resource.
- response_
json string - vendor_
id string
- id String
- The provider-assigned unique ID for this managed resource.
- response
Json String - vendor
Id String
- id string
- The provider-assigned unique ID for this managed resource.
- response
Json string - vendor
Id string
- id str
- The provider-assigned unique ID for this managed resource.
- response_
json str - vendor_
id str
- id String
- The provider-assigned unique ID for this managed resource.
- response
Json String - vendor
Id String
Package Details
- Repository
- thoth atensecurity/pulumi-thoth
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
thothTerraform Provider.
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security