OBJECT
CloudNativeTagRule
Description
Cloud-native tag rule.
link GraphQL Schema definition
- type CloudNativeTagRule {
- # ID of the tag rule.
- String! :
- # Name of the tag rule.
- String! :
- # Tag for the tag rule.
- TagRuleTag :
- # Effective SLA domain to be assigned to objects.
- TagRuleEffectiveSla :
- # Object type to which the tag rule will be applied.
- ManagedObjectType! :
- # Specifies whether the user has permissions to modify the tag rule.
- Boolean! :
- # Cloud-native accounts for the tag rule.
- 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 :
- }