1. Packages
  2. Vantage Provider
  3. API Docs
  4. getFolders
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh

vantage.getFolders

Explore with Pulumi AI

vantage logo
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh

    Using getFolders

    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 getFolders(opts?: InvokeOptions): Promise<GetFoldersResult>
    function getFoldersOutput(opts?: InvokeOptions): Output<GetFoldersResult>
    def get_folders(opts: Optional[InvokeOptions] = None) -> GetFoldersResult
    def get_folders_output(opts: Optional[InvokeOptions] = None) -> Output[GetFoldersResult]
    func GetFolders(ctx *Context, opts ...InvokeOption) (*GetFoldersResult, error)
    func GetFoldersOutput(ctx *Context, opts ...InvokeOption) GetFoldersResultOutput

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

    public static class GetFolders 
    {
        public static Task<GetFoldersResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetFoldersResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFoldersResult> getFolders(InvokeOptions options)
    public static Output<GetFoldersResult> getFolders(InvokeOptions options)
    
    fn::invoke:
      function: vantage:index/getFolders:getFolders
      arguments:
        # arguments dictionary

    getFolders Result

    The following output properties are available:

    Folders List<GetFoldersFolder>
    Id string
    The provider-assigned unique ID for this managed resource.
    Folders []GetFoldersFolder
    Id string
    The provider-assigned unique ID for this managed resource.
    folders List<GetFoldersFolder>
    id String
    The provider-assigned unique ID for this managed resource.
    folders GetFoldersFolder[]
    id string
    The provider-assigned unique ID for this managed resource.
    folders Sequence[GetFoldersFolder]
    id str
    The provider-assigned unique ID for this managed resource.
    folders List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    GetFoldersFolder

    ParentFolderToken string
    SavedFilterTokens List<string>
    Title string
    Token string
    WorkspaceToken string
    parentFolderToken String
    savedFilterTokens List<String>
    title String
    token String
    workspaceToken String
    parentFolderToken String
    savedFilterTokens List<String>
    title String
    token String
    workspaceToken String

    Package Details

    Repository
    vantage vantage-sh/terraform-provider-vantage
    License
    Notes
    This Pulumi package is based on the vantage Terraform Provider.
    vantage logo
    vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh