Assignments of business validation rule
Name | Type | Description | Notes |
---|---|---|---|
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. | [optional] |
updatedAt | OffsetDateTime | Timestamp representing the date and time when the object was last updated in ISO 8601 format. | [optional] |
_object | ObjectEnum | The type of the object represented by JSON. | |
validationStatus | ValidationStatusEnum | The validation status of the assignment | [optional] |
validationOmittedRules | List<String> | The list of omitted rules | [optional] |
Name | Value |
---|---|
VALIDATION_RULES_ASSIGNMENT | "validation_rules_assignment" |
Name | Value |
---|---|
VALID | "VALID" |
PARTIALLY_VALID | "PARTIALLY_VALID" |
INVALID | "INVALID" |