1. Packages
  2. Sumologic Provider
  3. API Docs
  4. getAdminRecommendedFolder
sumologic 3.1.3 published on Thursday, Aug 7, 2025 by sumologic

sumologic.getAdminRecommendedFolder

Explore with Pulumi AI

sumologic logo
sumologic 3.1.3 published on Thursday, Aug 7, 2025 by sumologic

    Provides an easy way to retrieve the Admin Recommended Folder.

    In order to use the Admin Recommended Folder, you should configure the provider to run in admin mode. Please refer to the Example Usage section below for more details.

    Using getAdminRecommendedFolder

    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 getAdminRecommendedFolder(args: GetAdminRecommendedFolderArgs, opts?: InvokeOptions): Promise<GetAdminRecommendedFolderResult>
    function getAdminRecommendedFolderOutput(args: GetAdminRecommendedFolderOutputArgs, opts?: InvokeOptions): Output<GetAdminRecommendedFolderResult>
    def get_admin_recommended_folder(description: Optional[str] = None,
                                     id: Optional[str] = None,
                                     name: Optional[str] = None,
                                     timeouts: Optional[GetAdminRecommendedFolderTimeouts] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetAdminRecommendedFolderResult
    def get_admin_recommended_folder_output(description: Optional[pulumi.Input[str]] = None,
                                     id: Optional[pulumi.Input[str]] = None,
                                     name: Optional[pulumi.Input[str]] = None,
                                     timeouts: Optional[pulumi.Input[GetAdminRecommendedFolderTimeoutsArgs]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetAdminRecommendedFolderResult]
    func GetAdminRecommendedFolder(ctx *Context, args *GetAdminRecommendedFolderArgs, opts ...InvokeOption) (*GetAdminRecommendedFolderResult, error)
    func GetAdminRecommendedFolderOutput(ctx *Context, args *GetAdminRecommendedFolderOutputArgs, opts ...InvokeOption) GetAdminRecommendedFolderResultOutput

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

    public static class GetAdminRecommendedFolder 
    {
        public static Task<GetAdminRecommendedFolderResult> InvokeAsync(GetAdminRecommendedFolderArgs args, InvokeOptions? opts = null)
        public static Output<GetAdminRecommendedFolderResult> Invoke(GetAdminRecommendedFolderInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAdminRecommendedFolderResult> getAdminRecommendedFolder(GetAdminRecommendedFolderArgs args, InvokeOptions options)
    public static Output<GetAdminRecommendedFolderResult> getAdminRecommendedFolder(GetAdminRecommendedFolderArgs args, InvokeOptions options)
    
    fn::invoke:
      function: sumologic:index/getAdminRecommendedFolder:getAdminRecommendedFolder
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getAdminRecommendedFolder Result

    The following output properties are available:

    Supporting Types

    GetAdminRecommendedFolderTimeouts

    Read string
    Read string
    read String
    read string
    read str
    read String

    Package Details

    Repository
    Sumo Logic sumologic/terraform-provider-sumologic
    License
    Notes
    This Pulumi package is based on the sumologic Terraform Provider.
    sumologic logo
    sumologic 3.1.3 published on Thursday, Aug 7, 2025 by sumologic