GetTeam

mongodbatlas..Teams describes a Team. The resource requires your Organization ID, Project ID and Team ID.

NOTE: Groups and projects are synonymous terms. You may find group_id in the official documentation.

Example Usage

Coming soon!

Coming soon!

Coming soon!

Coming soon!

Using GetTeam

function getTeam(args: GetTeamArgs, opts?: InvokeOptions): Promise<GetTeamResult>
function  get_team(org_id=None, team_id=None, opts=None)
func LookupTeam(ctx *Context, args *LookupTeamArgs, opts ...InvokeOption) (*LookupTeamResult, error)

Note: This function is named LookupTeam in the Go SDK.

public static class GetTeam {
    public static Task<GetTeamResult> InvokeAsync(GetTeamArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

OrgId string

The unique identifier for the organization you want to associate the team with.

TeamId string

The unique identifier for the team.

OrgId string

The unique identifier for the organization you want to associate the team with.

TeamId string

The unique identifier for the team.

orgId string

The unique identifier for the organization you want to associate the team with.

teamId string

The unique identifier for the team.

org_id str

The unique identifier for the organization you want to associate the team with.

team_id str

The unique identifier for the team.

GetTeam Result

The following output properties are available:

Id string

The provider-assigned unique ID for this managed resource.

Name string

The name of the team you want to create.

OrgId string
TeamId string
Usernames List<string>

The users who are part of the organization.

Id string

The provider-assigned unique ID for this managed resource.

Name string

The name of the team you want to create.

OrgId string
TeamId string
Usernames []string

The users who are part of the organization.

id string

The provider-assigned unique ID for this managed resource.

name string

The name of the team you want to create.

orgId string
teamId string
usernames string[]

The users who are part of the organization.

id str

The provider-assigned unique ID for this managed resource.

name str

The name of the team you want to create.

org_id str
team_id str
usernames List[str]

The users who are part of the organization.

Package Details

Repository
https://github.com/pulumi/pulumi-mongodbatlas
License
Apache-2.0
Notes
This Pulumi package is based on the mongodbatlas Terraform Provider.