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