ENUM

SlaAssignmentTypeEnum

Description

Specifies the method used to apply an SLA Domain to an object. Determines how the SLA assignment was established for the object.

link GraphQL Schema definition

  • enum SlaAssignmentTypeEnum {
  • # Object inherits SLA from its parent in the hierarchy chain.
  • # The SLA is not directly assigned to this object but comes from an ancestor.
  • Derived
  • # SLA is directly assigned to this specific object.
  • # The object has an explicit SLA assignment configured on it.
  • Direct
  • # No SLA assignment found for this object or its ancestors.
  • # The object has no SLA protection configured.
  • Unassigned
  • }

link Require by