Class TeamsArgs
Inherited Members
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 TeamsArgs : ResourceArgs
Constructors
View SourceTeamsArgs()
Declaration
public TeamsArgs()
Properties
View SourceName
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OrgId
Declaration
public Input<string> OrgId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Usernames
Declaration
public InputList<string> Usernames { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |