Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.39 KB

BusValRuleAssignment.md

File metadata and controls

40 lines (24 loc) · 1.39 KB

BusValRuleAssignment

Assignments of business validation rule

Properties

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]

Enum: ObjectEnum

Name Value
VALIDATION_RULES_ASSIGNMENT "validation_rules_assignment"

Enum: ValidationStatusEnum

Name Value
VALID "VALID"
PARTIALLY_VALID "PARTIALLY_VALID"
INVALID "INVALID"