Class GetProjectsResult
Inheritance
System.Object
GetProjectsResult
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 GetProjectsResult
Fields
View SourceFilters
Declaration
public readonly ImmutableArray<GetProjectsFilterResult> Filters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetProjectsFilterResult> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Projects
A set of projects satisfying any filter and sort criteria. Each project has
the following attributes:
id- The ID of the projectname- The name of the projectdescription- The description of the projectpurpose- The purpose of the project (Default: "Web Application")environment- The environment of the project's resources. The possible values are:Development,Staging,Production.resources- A set of uniform resource names (URNs) for the resources associated with the projectowner_uuid- The unique universal identifier of the project ownerowner_id- The ID of the project ownercreated_at- The date and time when the project was created, (ISO8601)updated_at- The date and time when the project was last updated, (ISO8601)
Declaration
public readonly ImmutableArray<GetProjectsProjectResult> Projects
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetProjectsProjectResult> |
Sorts
Declaration
public readonly ImmutableArray<GetProjectsSortResult> Sorts
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetProjectsSortResult> |