Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleWorkspace ID

The unique identifier of the asset and configuration management workspace.

SQL name

workspace_id

Data type

String

Foreign key

Links to a record in the workspace table in another schema doe organization data

  • Each object type can have a single parent object type and multiple child object types.

  • You can configure inheritance so that child object types automatically receive the attributes of their parents and pass their own attributes to their children.

  • Similarly you can set some object types as abstract, meaning that they can’t contain any objects of their own but can pass their attributes to their children, who can themselves contain objects. Inheritance and abstract object types can be used to create object schemas that are both simple and powerful.

...

Asset Object

describes individual objects defined under the object types and object schemas.

...