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

vantage.getWorkspaces

Explore with Pulumi AI

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

    Using getWorkspaces

    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 getWorkspaces(opts?: InvokeOptions): Promise<GetWorkspacesResult>
    function getWorkspacesOutput(opts?: InvokeOptions): Output<GetWorkspacesResult>
    def get_workspaces(opts: Optional[InvokeOptions] = None) -> GetWorkspacesResult
    def get_workspaces_output(opts: Optional[InvokeOptions] = None) -> Output[GetWorkspacesResult]
    func GetWorkspaces(ctx *Context, opts ...InvokeOption) (*GetWorkspacesResult, error)
    func GetWorkspacesOutput(ctx *Context, opts ...InvokeOption) GetWorkspacesResultOutput

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

    public static class GetWorkspaces 
    {
        public static Task<GetWorkspacesResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetWorkspacesResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWorkspacesResult> getWorkspaces(InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: vantage:index/getWorkspaces:getWorkspaces
      arguments:
        # arguments dictionary

    getWorkspaces Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Workspaces List<Lbrlabs.PulumiPackage.Vantage.Outputs.GetWorkspacesWorkspace>
    Id string
    The provider-assigned unique ID for this managed resource.
    Workspaces []GetWorkspacesWorkspace
    id String
    The provider-assigned unique ID for this managed resource.
    workspaces List<GetWorkspacesWorkspace>
    id string
    The provider-assigned unique ID for this managed resource.
    workspaces GetWorkspacesWorkspace[]
    id str
    The provider-assigned unique ID for this managed resource.
    workspaces Sequence[GetWorkspacesWorkspace]
    id String
    The provider-assigned unique ID for this managed resource.
    workspaces List<Property Map>

    Supporting Types

    GetWorkspacesWorkspace

    Name string
    Token string
    Name string
    Token string
    name String
    token String
    name string
    token string
    name str
    token str
    name String
    token 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