vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh
vantage.getTeams
Explore with Pulumi AI
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<Get
Teams Team>
- Id string
- The provider-assigned unique ID for this managed resource.
- Teams
[]Get
Teams Team
- id String
- The provider-assigned unique ID for this managed resource.
- teams
List<Get
Teams Team>
- id string
- The provider-assigned unique ID for this managed resource.
- teams
Get
Teams Team[]
- id str
- The provider-assigned unique ID for this managed resource.
- teams
Sequence[Get
Teams Team]
- id String
- The provider-assigned unique ID for this managed resource.
- teams List<Property Map>
Supporting Types
GetTeamsTeam
- Description string
- Name string
- Token string
- User
Emails List<string> - User
Tokens List<string> - Workspace
Tokens List<string>
- Description string
- Name string
- Token string
- User
Emails []string - User
Tokens []string - Workspace
Tokens []string
- description String
- name String
- token String
- user
Emails List<String> - user
Tokens List<String> - workspace
Tokens List<String>
- description string
- name string
- token string
- user
Emails string[] - user
Tokens string[] - workspace
Tokens 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
- user
Emails List<String> - user
Tokens List<String> - workspace
Tokens List<String>
Package Details
- Repository
- vantage vantage-sh/terraform-provider-vantage
- License
- Notes
- This Pulumi package is based on the
vantage
Terraform Provider.
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh