Show / Hide Table of Contents

Class ProjectTeamArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ProjectTeamArgs
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.Inputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class ProjectTeamArgs : ResourceArgs

Constructors

View Source

ProjectTeamArgs()

Declaration
public ProjectTeamArgs()

Properties

View Source

RoleNames

Each string in the array represents a project role you want to assign to the team. Every user associated with the team inherits these roles. You must specify an array even if you are only associating a single role with the team. The following are valid roles:

  • GROUP_OWNER
  • GROUP_READ_ONLY
  • GROUP_DATA_ACCESS_ADMIN
  • GROUP_DATA_ACCESS_READ_WRITE
  • GROUP_DATA_ACCESS_READ_ONLY
  • GROUP_CLUSTER_MANAGER
Declaration
public InputList<string> RoleNames { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

TeamId

The unique identifier of the team you want to associate with the project. The team and project must share the same parent organization.

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