1. Packages
  2. Packages
  3. Thoth
  4. API Docs
  5. mdm
  6. getProviders
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 getProviders

    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 getProviders(opts?: InvokeOptions): Promise<GetProvidersResult>
    function getProvidersOutput(opts?: InvokeOptions): Output<GetProvidersResult>
    def get_providers(opts: Optional[InvokeOptions] = None) -> GetProvidersResult
    def get_providers_output(opts: Optional[InvokeOptions] = None) -> Output[GetProvidersResult]
    func GetProviders(ctx *Context, opts ...InvokeOption) (*GetProvidersResult, error)
    func GetProvidersOutput(ctx *Context, opts ...InvokeOption) GetProvidersResultOutput

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

    public static class GetProviders 
    {
        public static Task<GetProvidersResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetProvidersResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetProvidersResult> getProviders(InvokeOptions options)
    public static Output<GetProvidersResult> getProviders(InvokeOptions options)
    
    fn::invoke:
      function: thoth:mdm/getProviders:getProviders
      arguments:
        # arguments dictionary
    data "thoth_mdm_get_providers" "name" {
        # arguments
    }

    getProviders Result

    The following output properties are available:

    DataJson string
    Id string
    The provider-assigned unique ID for this managed resource.
    Total int
    DataJson string
    Id string
    The provider-assigned unique ID for this managed resource.
    Total int
    data_json string
    id string
    The provider-assigned unique ID for this managed resource.
    total number
    dataJson String
    id String
    The provider-assigned unique ID for this managed resource.
    total Integer
    dataJson string
    id string
    The provider-assigned unique ID for this managed resource.
    total number
    data_json str
    id str
    The provider-assigned unique ID for this managed resource.
    total int
    dataJson String
    id String
    The provider-assigned unique ID for this managed resource.
    total Number

    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