| deploymentEnvironmentId |
Integer |
|
[optional] |
| name |
String |
|
[optional] |
| provider |
DeploymentProviderType |
|
[optional] |
| created |
DateTime |
|
[optional] |
| updated |
DateTime |
|
[optional] |
| accountId |
Integer |
|
[optional] |
| projectsMode |
Integer |
0 is "Any project can be deployed to the environment" 1 is "Only selected projects can be deployed to the environment" 2 is "All except selected projects can be deployed to the environment" |
[optional] |
| securityDescriptor |
SecurityDescriptor |
|
[optional] |
| tags |
String |
Comma-separated list of environment tags for dynamic grouping. Appears that any input is accepted. The returned value only contains case-preserving but insensitive unique values where spaces around "," are removed but otherwise preserved. Empty values and items are allowed. |
[optional] |
| environmentAccessKey |
String |
|
[optional] |
| settings |
DeploymentEnvironmentSettings |
|
[optional] |
| selectedProjects |
List<Integer> |
Project IDs of selected projects |
[optional] |
| projects |
List<DeploymentEnvironmentProject> |
Projects available for selection in UI. Only present in response from getEnvironmentSettings. |
[optional] |