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

vantage.getTeams

Explore with Pulumi AI

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

    Using getTeams

    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 getTeams(opts?: InvokeOptions): Promise<GetTeamsResult>
    function getTeamsOutput(opts?: InvokeOptions): Output<GetTeamsResult>
    def get_teams(opts: Optional[InvokeOptions] = None) -> GetTeamsResult
    def get_teams_output(opts: Optional[InvokeOptions] = None) -> Output[GetTeamsResult]
    func GetTeams(ctx *Context, opts ...InvokeOption) (*GetTeamsResult, error)
    func GetTeamsOutput(ctx *Context, opts ...InvokeOption) GetTeamsResultOutput

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

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

    getTeams Result

    The following output properties are available:

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

    Supporting Types

    GetTeamsTeam

    Description string
    Name string
    Token string
    UserEmails List<string>
    UserTokens List<string>
    WorkspaceTokens List<string>
    Description string
    Name string
    Token string
    UserEmails []string
    UserTokens []string
    WorkspaceTokens []string
    description String
    name String
    token String
    userEmails List<String>
    userTokens List<String>
    workspaceTokens List<String>
    description string
    name string
    token string
    userEmails string[]
    userTokens string[]
    workspaceTokens string[]
    description str
    name str
    token str
    user_emails Sequence[str]
    user_tokens Sequence[str]
    workspace_tokens Sequence[str]
    description String
    name String
    token String
    userEmails List<String>
    userTokens List<String>
    workspaceTokens List<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