| id | UUID | Unique identifier for object in the system | [optional] [readonly] |
| applicationId | UUID | | [optional] |
| buildArtifactId | UUID | | [optional] |
| instanceName | String | | [optional] |
| description | String | | [optional] |
| cloudProvider | CloudProvider | | [optional] |
| cpu | Integer | | [optional] |
| memory | Integer | | [optional] |
| containerPort | Integer | | [optional] |
| environmentVariables | String | JSON object (stored as string) for app environment variables | [optional] |
| secrets | String | JSON object (stored as string) for encrypted sensitive environment variables | [optional] |
| healthCheckPath | String | | [optional] |
| autoScale | Boolean | | [optional] |
| minInstances | Integer | | [optional] |
| maxInstances | Integer | | [optional] |
| tags | String | JSON array (stored as string) of deployment tags | [optional] |
| ownerId | UUID | UUID of owner of the object in the system | [optional] [readonly] |
| createdDate | OffsetDateTime | Date of object creation | [optional] [readonly] |
| keyHash | String | Data, including hash of the key(s) used to encrypt this record. | [optional] [readonly] |
| lastAccessedById | UUID | Last user to access object | [optional] [readonly] |
| lastAccessedDate | OffsetDateTime | Timestamp of last access of object | [optional] [readonly] |
| lastModifiedById | UUID | Unique identifier for user who last modifed the object in the system | [optional] [readonly] |
| lastModifiedDate | OffsetDateTime | Date of last object modification | [optional] [readonly] |
| trashed | Boolean | Indicates if the object is trashed (soft deleted) | [optional] |