OBJECT

AssetGroupMember

An asset group for policies

link GraphQL Schema definition

  • type AssetGroupMember {
  • # The group member inside the complex group
  • group: AssetGroup!
  • # Whether the group is negated
  • negate: Boolean!
  • }