OBJECT

Zone

Zone for users consisting of asset groups

link GraphQL Schema definition

  • type Zone {
  • # Zone id
  • id: String!
  • # Zone name
  • name: String!
  • # Zone description
  • description: String
  • # Last modified date
  • lastModifiedDate: String
  • # The last user that modified the entity
  • lastModifiedBy: String
  • # Asset groups belonging to the zone
  • assetGroups: [AssetGroup!]!
  • # User groups assigned to the zone
  • userGroups: [UserGroup!]!
  • # Object usage information
  • usageInfo: UsageInfo!
  • }