ENUM

TagRuleSlaAssignType

Description

SLA assignment type of a tag rule.

link GraphQL Schema definition

  • enum TagRuleSlaAssignType {
  • # The tag rule is not protected.
  • DO_NOT_PROTECT
  • # The tag rule is protected with an SLA domain.
  • PROTECT_WITH_SLA_ID
  • }