OBJECT
TagRuleEffectiveSla
Description
Represents the SLA Domain ID and name.
link GraphQL Schema definition
- type TagRuleEffectiveSla {
- # The effective SLA Domain ID.
- : String!
- # Specifies if this SLA Domain is retention-locked or not.
- : Boolean!
- # The effective SLA Domain name.
- : String!
- # Specifies the retention lock mode when enabled for the SLA Domain.
- : RetentionLockMode!
- }