1. Packages
  2. Packages
  3. Thoth
  4. API Docs
  5. browser
  6. getEnrollments
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 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 dictionary
    data "thoth_browser_get_enrollments" "name" {
        # arguments
    }

    The following arguments are supported:

    ProviderName string
    Status string
    ProviderName string
    Status string
    provider_name string
    status string
    providerName String
    status String
    providerName string
    status string
    providerName String
    status String

    getEnrollments Result

    The following output properties are available:

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

    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