OBJECT

TagRuleEffectiveSla

Description

Represents the SLA Domain ID and name.

link GraphQL Schema definition

  • type TagRuleEffectiveSla {
  • # The effective SLA Domain ID.
  • id: String!
  • # The effective SLA Domain name.
  • name: String!
  • # Specifies if this SLA Domain is retention-locked or not.
  • isRetentionLockedSla: Boolean!
  • # Specifies the retention lock mode when enabled for the SLA Domain.
  • retentionLockMode: RetentionLockMode!
  • }