Show / Hide Table of Contents

Class TeamArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TeamArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Mongodbatlas
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class TeamArgs : ResourceArgs

Constructors

View Source

TeamArgs()

Declaration
public TeamArgs()

Properties

View Source

Name

The name of the team you want to create.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OrgId

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

Declaration
public Input<string> OrgId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Usernames

You can only add Atlas users who are part of the organization. Users who have not accepted an invitation to join the organization cannot be added as team members. There is a maximum of 250 Atlas users per team.

Declaration
public InputList<string> Usernames { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.