Show / Hide Table of Contents

Class ProjectTeam

Inheritance
System.Object
ProjectTeam
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.Outputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class ProjectTeam

Fields

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 readonly ImmutableArray<string> RoleNames
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<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 readonly string TeamId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.