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 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 dictionarydata "thoth_mdm_get_providers" "name" {
# arguments
}getProviders Result
The following output properties are available:
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