OBJECT

UnauthorizedWriteDetails

Details of an unauthorized tag write

link GraphQL Schema definition

  • type UnauthorizedWriteDetails {
  • # The tag name
  • tag: String!
  • # The tag value
  • value: String
  • # The count of writes to the tag
  • count: String
  • }