Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 2.28 KB

AssignmentImpl.md

File metadata and controls

25 lines (21 loc) · 2.28 KB

AssignmentImpl

Properties

Name Type Description Notes
id str The id of the represented object (entity).
created_by str The id of the user that created this resource. [optional]
created_on int The timestamp (in UTC time standard) of the creation of this resource. [optional]
last_modified_by str The id of the user who modified this resource the last time. [optional]
last_modified_on int The timestamp (in UTC time standard) of the last modification of this resource. [optional]
system bool Whether this is a system resource or not. [optional]
resource_type str The type of this resource, i.e. [Community, Asset, Domain, Attribute, Relation, WorkflowInstance].
asset_type NamedResourceReferenceImpl [optional]
statuses list[NamedDescribedResourceReference] The list of references to the statuses. [optional]
default_status_id str The ID of the default status. [optional]
characteristic_types list[AssignedCharacteristicType] The list of assigned characteristic types (attribute types, relation types and complex relation types). [optional]
articulation_rules list[ArticulationRuleImpl] The list of articulation rules applying with the assignment. [optional]
validation_rules list[NamedResourceReferenceImpl] The list of references to validation rules applying with the assignment. [optional]
data_quality_rules list[NamedDescribedResourceReference] The list of references to data quality rules applying with the assignment. [optional]
domain_types list[NamedDescribedResourceReference] The list of references to domain types which the assignment refers to. [optional]
scope ScopeImpl [optional]

[Back to Model list] [Back to API list] [Back to README]