Project interface
- Extends
Properties
| account |
The immutable id of the team account which |
| creation |
The creation date of the project in ISO8601 |
| description | The description of this project. |
| friendly |
|
| gitrepo | The reference to git repo for this project. |
| project |
The immutable id of this project. |
| provisioning |
The current deployment |
| workspace |
The immutable id of the workspace which |
Inherited Properties
| id | The resource ID. |
| location | |
| name | The name of the resource. |
| tags | The tags of the |
| type | The type of the resource. |
Property Details
accountId
The immutable id of the team account which
accountId?: string
Property Value
string
creationDate
The creation date of the project in ISO8601
creationDate?: Date
Property Value
Date
description
The description of this project.
description?: string
Property Value
string
friendlyName
friendlyName: string
Property Value
string
gitrepo
The reference to git repo for this project.
gitrepo?: string
Property Value
string
projectId
The immutable id of this project.
projectId?: string
Property Value
string
provisioningState
workspaceId
The immutable id of the workspace which
workspaceId?: string
Property Value
string
Inherited Property Details
id
location
name
tags
The tags of the
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags