INPUT_OBJECT

InsightAccessKeyPropertyInput

Input to generate LeMans access key

link GraphQL Schema definition

  • input InsightAccessKeyPropertyInput {
  • # Spec id which uniquely identifies an alert to observation mapping spec
  • specId: String!
  • # Alert tags applicable to all alerts coming from this webhook, optionally
  • # configured by user
  • tags: [TagInput!]
  • }