| systemId | UUID | UUID of the system object being mutated/read (if any) | [optional] |
| taskId | UUID | The task this module is executing in | [optional] |
| role | RoleEnum | the RBAC role to use in mutating/reading any system object | [optional] |
| name | String | the name of the module | [optional] |
| moduleOrder | Float | the order in which the module is executed (low to high) | [optional] |
| notes | String | notes about the module | [optional] |
| integrationAccount | IntegrationAccount | | [optional] |
| className | String | the name of the implementation class for this module | [optional] |
| moduleType | ModuleTypeEnum | the type of module | [optional] |
| moduleData | String | json for configuring the module | [optional] |
| status | StatusEnum | last known status of the module | [optional] |
| specs | List<OasOpenAPISpec> | an array of OpenAPI specs to be referenced by the Tasks/Modules | [optional] |
| id | UUID | Unique identifier for object in the system | [optional] |
| ownerId | UUID | UUID of owner of the object in the system | [optional] |
| createdDate | OffsetDateTime | Date of object creation | [optional] |
| keyHash | String | Data, including hash of the key(s) used to encrypt this record. | [optional] |
| lastAccessedById | UUID | Last user to access object | [optional] |
| lastAccessedDate | OffsetDateTime | Timestamp of last access of object | [optional] |
| lastModifiedById | UUID | Unique identifier for user who last modifed the object in the system | [optional] |
| lastModifiedDate | OffsetDateTime | Date of last object modification | [optional] |