1. Packages
  2. Vantage
  3. API Docs
  4. getFolders
Vantage v0.0.3 published on Wednesday, Jan 31, 2024 by lbrlabs

vantage.getFolders

Explore with Pulumi AI

vantage logo
Vantage v0.0.3 published on Wednesday, Jan 31, 2024 by lbrlabs

    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: vantage:index/getFolders:getFolders
      arguments:
        # arguments dictionary

    getFolders Result

    The following output properties are available:

    Folders List<Lbrlabs.PulumiPackage.Vantage.Outputs.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 lbrlabs/pulumi-vantage
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the vantage Terraform Provider.
    vantage logo
    Vantage v0.0.3 published on Wednesday, Jan 31, 2024 by lbrlabs