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 SourceClusterCount
Declaration
public readonly int ClusterCount
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Created
Declaration
public readonly string Created
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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_OWNERGROUP_READ_ONLYGROUP_DATA_ACCESS_ADMINGROUP_DATA_ACCESS_READ_WRITEGROUP_DATA_ACCESS_READ_ONLYGROUP_CLUSTER_MANAGER
Declaration
public readonly string OrgId
Field Value
| Type | Description |
|---|---|
| System.String |
ProjectId
Declaration
public readonly string ProjectId
Field Value
| Type | Description |
|---|---|
| System.String |
Teams
Declaration
public readonly ImmutableArray<GetProjectTeamResult> Teams
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetProjectTeamResult> |