Skip to content

IMSPermissionEntry ​

IMSPermission entry enum type.

graphql
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 ​

CreateIMSPermissionInput input ● IMSPermission object ● UpdateIMSPermissionInput input

Released under the MIT License.