Skip to main content

IMSPermissionEntry

IMSPermission entry enum type.

enum IMSPermissionEntry {
ADMIN
READ
SYNC_TRACKABLES
}

Values

IMSPermissionEntry.ADMIN

Grants all other permissions on the Node except READ.

IMSPermissionEntry.READ

Allows to read the Node (obtain it via the API) and to read certain related Nodes. See documentation for specific Node for the specific conditions.

IMSPermissionEntry.SYNC_TRACKABLES

Allows to create IMSProjects with this IMS.

Member of

IMSPermission object