RiskInventoryRisk
RiskInventoryRisk
info
**Relationship Instance ** DEFINITION TBD
Properties
| Name | Type | Description | Max Length |
|---|---|---|---|
| IsLatestVersion | BOOLEAN | True/False - Indicates whether this is the most recent record for a business code | |
| IsDeleted | BOOLEAN | True/False - Indicates whether this record has been marked as deleted | |
| Id | GUID | Internal system identifier (NOT TO BE USED FOR EXTERNAL REFERENCE) | |
| IsApproved | BOOLEAN | True/False - Indicates whether this record has been approved for use | |
| EffectiveFromTimestamp | datetime | Timestamp for when the relationship record is valid from | |
| EffectiveToTimestamp | datetime | Timestamp for when the relationship record is valid to | |
| AuditId | GUID | Internal system reference to audit change control record | |
| RiskId | GUID | Internal system identifier that indicates related Risk record | |
| RiskInventoryId | GUID | Internal system identifier that indicates related Risk Inventory record |
Example JSON
[
{
"Id": "1E83F5C3-15EB-4C3F-8687-000159310AC1",
"RiskInventoryId": "DDB3A6EB-00DF-4413-8745-061DB5AA1FF7",
"RiskId": "7A4AC776-2DD2-4685-8115-F5B6ADCD209D",
"EffectiveFromTimestamp": 1632332483943,
"EffectiveToTimestamp": 1660467584983,
"IsLatestVersion": false,
"IsDeleted": false,
"IsApproved": true,
"AuditId": "84930E87-CD3E-470D-B8C4-A35E4C15B1E0"
}
]