OBJECT
LabelRule
Description
A single label Rule.
link GraphQL Schema definition
- type LabelRule {
- # ID of the label rule.
- String! :
- # Name of the label rule.
- String! :
- # Label key and value.
- CloudNativeLabel :
- # Effective SLA Domain defined in the label rule.
- TagRuleEffectiveSla :
- # Object type for which the label rule is applicable.
- ManagedObjectType! :
- # Specifies whether the user has permissions to modify the label rule.
- Boolean! :
- # List of cloud-native accounts.
- CloudNativeAccountIdWithName!]! : [
- # Does this tag rule apply to all cloud accounts.
- Boolean! :
- # SLA Domain assignment which is pending on the Rubrik Security Cloud native
- # objects.
- CompactSlaDomain :
- }