All business operations entities are structured as follows:
entity
:
[UID
: The unique identifier of the business operationstring
] UID[SingularName
: The name of the operation in singular form. This value is useful for displaying in entity properties dialogs.
] SingularNamestring
[PluralName
: The name of the operation in plural form. This value is useful for displaying in user and role properties dialogs.
] PluralNamestring
[FullName
: The name of the current operation along with its parent operations (if any). Since many operation names aren't unique, this value is useful for differentiating similar business operations.
] FullNamestring
[TargetEntity
: The target entity for a given operation (“devices” in this instance)EntityType
] TargetEntity[Parent
: An operation instance indicating the operation from which permissions are inherited. This value will be "null" if there is no parent operation.BusinessOperation
] Parent[Descendants
: An array of operation instances that inherit permissions from this operation. This value is "null" if there are no descendant operations.BusinessOperation[]
] Descendants[Permissions
: The permissions entity associated with this operation. See the Permission Entity.Permission[
]]
Permissions