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 getEnrollments
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 getEnrollments(args: GetEnrollmentsArgs, opts?: InvokeOptions): Promise<GetEnrollmentsResult>
function getEnrollmentsOutput(args: GetEnrollmentsOutputArgs, opts?: InvokeOptions): Output<GetEnrollmentsResult>def get_enrollments(provider_name: Optional[str] = None,
status: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetEnrollmentsResult
def get_enrollments_output(provider_name: pulumi.Input[Optional[str]] = None,
status: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEnrollmentsResult]func GetEnrollments(ctx *Context, args *GetEnrollmentsArgs, opts ...InvokeOption) (*GetEnrollmentsResult, error)
func GetEnrollmentsOutput(ctx *Context, args *GetEnrollmentsOutputArgs, opts ...InvokeOption) GetEnrollmentsResultOutput> Note: This function is named GetEnrollments in the Go SDK.
public static class GetEnrollments
{
public static Task<GetEnrollmentsResult> InvokeAsync(GetEnrollmentsArgs args, InvokeOptions? opts = null)
public static Output<GetEnrollmentsResult> Invoke(GetEnrollmentsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetEnrollmentsResult> getEnrollments(GetEnrollmentsArgs args, InvokeOptions options)
public static Output<GetEnrollmentsResult> getEnrollments(GetEnrollmentsArgs args, InvokeOptions options)
fn::invoke:
function: thoth:browser/getEnrollments:getEnrollments
arguments:
# arguments dictionarydata "thoth_browser_get_enrollments" "name" {
# arguments
}The following arguments are supported:
- Provider
Name string - Status string
- Provider
Name string - Status string
- provider_
name string - status string
- provider
Name String - status String
- provider
Name string - status string
- provider_
name str - status str
- provider
Name String - status String
getEnrollments Result
The following output properties are available:
- Data
Json string - Id string
- The provider-assigned unique ID for this managed resource.
- Total int
- Provider
Name string - Status string
- Data
Json string - Id string
- The provider-assigned unique ID for this managed resource.
- Total int
- Provider
Name string - Status string
- data_
json string - id string
- The provider-assigned unique ID for this managed resource.
- total number
- provider_
name string - status string
- data
Json String - id String
- The provider-assigned unique ID for this managed resource.
- total Integer
- provider
Name String - status String
- data
Json string - id string
- The provider-assigned unique ID for this managed resource.
- total number
- provider
Name string - status string
- data_
json str - id str
- The provider-assigned unique ID for this managed resource.
- total int
- provider_
name str - status str
- data
Json String - id String
- The provider-assigned unique ID for this managed resource.
- total Number
- provider
Name String - status 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