Show / Hide Table of Contents

Class GetProjectResult

Inheritance
System.Object
GetProjectResult
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 GetProjectResult

Fields

View Source

ClusterCount

Declaration
public readonly int ClusterCount
Field Value
Type Description
System.Int32
View Source

Created

Declaration
public readonly string Created
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

The name of the project you want to create. (Cannot be changed via this Provider after creation.)

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

OrgId

The ID of the organization you want to create the project within. *cluster_count - The number of Atlas clusters deployed in the project. *created - The ISO-8601-formatted timestamp of when Atlas created the project.

  • teams.#.team_id - The unique identifier of the team you want to associate with the project. The team and project must share the same parent organization.
  • teams.#.role_names - Each string in the array represents a project role assigned to the team. Every user associated with the team inherits these roles. 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 string OrgId
Field Value
Type Description
System.String
View Source

ProjectId

Declaration
public readonly string ProjectId
Field Value
Type Description
System.String
View Source

Teams

Declaration
public readonly ImmutableArray<GetProjectTeamResult> Teams
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetProjectTeamResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.