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.DigitalOcean
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class GetProjectResult
Fields
View SourceCreatedAt
The date and time when the project was created, (ISO8601)
Declaration
public readonly string CreatedAt
Field Value
| Type | Description |
|---|---|
| System.String |
Description
The description of the project
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Environment
The environment of the project's resources. The possible values are: Development, Staging, Production.
Declaration
public readonly string Environment
Field Value
| Type | Description |
|---|---|
| System.String |
Id
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IsDefault
Declaration
public readonly bool IsDefault
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
OwnerId
The ID of the project owner.
Declaration
public readonly int OwnerId
Field Value
| Type | Description |
|---|---|
| System.Int32 |
OwnerUuid
The unique universal identifier of the project owner.
Declaration
public readonly string OwnerUuid
Field Value
| Type | Description |
|---|---|
| System.String |
Purpose
The purpose of the project, (Default: "Web Application")
Declaration
public readonly string Purpose
Field Value
| Type | Description |
|---|---|
| System.String |
Resources
A set of uniform resource names (URNs) for the resources associated with the project
Declaration
public readonly ImmutableArray<string> Resources
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
UpdatedAt
The date and time when the project was last updated, (ISO8601)
Declaration
public readonly string UpdatedAt
Field Value
| Type | Description |
|---|---|
| System.String |