OBJECT

CloudNativeTagRule

Description

Cloud-native tag rule.

link GraphQL Schema definition

  • type CloudNativeTagRule {
  • # ID of the tag rule.
  • id: String!
  • # Name of the tag rule.
  • name: String!
  • # Tag for the tag rule.
  • tag: TagRuleTag
  • # Effective SLA domain to be assigned to objects.
  • effectiveSla: TagRuleEffectiveSla
  • # Object type to which the tag rule will be applied.
  • objectType: ManagedObjectType!
  • # Specifies whether the user has permissions to modify the tag rule.
  • hasPermissionToModify: Boolean!
  • # Cloud-native accounts for the tag rule.
  • cloudNativeAccounts: [CloudNativeAccountIdWithName!]!
  • # Does this tag rule apply to all cloud accounts.
  • applyToAllCloudAccounts: Boolean!
  • }