Type of relationship between the primary entity (a) and related entity (b).
Enums | |
---|---|
RELATIONSHIP_UNSPECIFIED
|
Default value |
OWNS
|
Related entity is owned by the primary entity (e.g. user owns device asset). |
ADMINISTERS
|
Related entity is administered by the primary entity (e.g. user administers a group). |
MEMBER
|
Primary entity is a member of the related entity (e.g. user is a member of a group). |
EXECUTES
|
Primary entity may have executed the related entity. |
DOWNLOADED_FROM
|
Primary entity may have been downloaded from the related entity. |
CONTACTS
|
Primary entity contacts the related entity. |