Skip to main content

RiskInventoryRisk

RiskInventoryRisk

info

**Relationship Instance ** DEFINITION TBD

Properties

NameTypeDescriptionMax Length
IsLatestVersionBOOLEANTrue/False - Indicates whether this is the most recent record for a business code
IsDeletedBOOLEANTrue/False - Indicates whether this record has been marked as deleted
IdGUIDInternal system identifier (NOT TO BE USED FOR EXTERNAL REFERENCE)
IsApprovedBOOLEANTrue/False - Indicates whether this record has been approved for use
EffectiveFromTimestampdatetimeTimestamp for when the relationship record is valid from
EffectiveToTimestampdatetimeTimestamp for when the relationship record is valid to
AuditIdGUIDInternal system reference to audit change control record
RiskIdGUIDInternal system identifier that indicates related Risk record
RiskInventoryIdGUIDInternal 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"
}
]

Data Quality Rules