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

vantage.getWorkspaces

Explore with Pulumi AI

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

    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)
    public static Output<GetWorkspacesResult> getWorkspaces(InvokeOptions options)
    
    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<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 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