Skip to main content

ControlRisk

ControlRisk

info

**Relationship Instance ** DEFINITION TBD

Properties

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

Example JSON

[
{
"Id": "C8A4CA4C-26F6-447F-8EAD-001969BDA601",
"ControlId": "AB85ECC0-3CA2-40DA-B3C5-CF75ADAF5303",
"RiskId": "19A25429-8FFE-4C40-AC03-95693E1D891F",
"EffectiveFromTimestamp": 1643381677237,
"EffectiveToTimestamp": null,
"IsLatestVersion": true,
"IsDeleted": false,
"IsApproved": true,
"AuditId": "5EEEA647-EE21-445E-9181-D298C56AAC00"
}
]

Data Quality Rules