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