跳转至

Object permissioning(对象权限管理)

The Foundry Ontology allows for granular, robust, and flexible security controls for all ontology entities. These entities include object types, link types, and action types, as well as objects and links (the data itself).

We can conceptualize the Ontology's authorization structure on these two levels: ontology resources, and objects and links.

Ontology resources

Ontology resources such as object types, link types, and action types define the schema of the ontology. For example, an object type may include display name, property names, property data types, and description. These resources do not refer to the actual property values or primary key values; the actual property values and primary key values are contained in the objects and links.

Learn more about permissions for ontology resources.

Objects and links are the data in the Ontology, with actual primary key and property values. For example, an Airplane object type can have an object with a Plane ID property having the value my_plane_id1, and a Maximum Occupancy property having value 240.

Learn more about permissions for objects and links.


中文翻译

对象权限管理

Foundry 本体论(Ontology)为所有本体实体提供细粒度、健壮且灵活的安全控制。这些实体包括对象类型(object types)、链接类型(link types)和操作类型(action types),以及对象和链接(objects and links)(即数据本身)。

我们可以从以下两个层面来理解本体的授权结构:本体资源(ontology resources),以及对象和链接(objects and links)。

本体资源

本体资源(如对象类型、链接类型和操作类型)定义了本体的模式(schema)。例如,一个对象类型可能包含显示名称、属性名称、属性数据类型和描述。这些资源并不涉及实际的属性值或主键值;实际的属性值和主键值包含在对象和链接中。

了解有关本体资源权限的更多信息。

对象和链接

对象和链接是本体中的数据,包含实际的主键和属性值。例如,一个"飞机"对象类型可以包含一个对象,其 Plane ID 属性值为 my_plane_id1Maximum Occupancy 属性值为 240

了解有关对象和链接权限的更多信息。