Assignments of business validation rule
Name | Type | Description |
---|---|---|
id | String | The unique identifier for a assignment |
ruleId | String | The unique identifier for a rule |
relatedObjectId | String | The unique identifier for a related object |
relatedObjectType | String | The type of related object |
createdAt | OffsetDateTime | Timestamp representing the date and time when the object was created. The value is shown in the ISO 8601 format. |
updatedAt | OffsetDateTime | Timestamp representing the date and time when the object was last updated in ISO 8601 format. |
_object | ObjectEnum | The type of the object represented by JSON. |
validationStatus | ValidationStatusEnum | The validation status of the assignment |
validationOmittedRules | List<String> | The list of omitted rules |
Name | Value |
---|---|
VALIDATION_RULES_ASSIGNMENT | "validation_rules_assignment" |
Name | Value |
---|---|
VALID | "VALID" |
PARTIALLY_VALID | "PARTIALLY_VALID" |
INVALID | "INVALID" |