OBJECT

LabelRule

Description

A single label Rule.

link GraphQL Schema definition

  • type LabelRule {
  • # ID of the label rule.
  • id: String!
  • # Name of the label rule.
  • name: String!
  • # Label key and value.
  • label: CloudNativeLabel
  • # Effective SLA Domain defined in the label rule.
  • effectiveSla: TagRuleEffectiveSla
  • # Object type for which the label rule is applicable.
  • objectType: ManagedObjectType!
  • # Specifies whether the user has permissions to modify the label rule.
  • hasPermissionToModify: Boolean!
  • # List of cloud-native accounts.
  • cloudNativeAccounts: [CloudNativeAccountIdWithName!]!
  • # Does this tag rule apply to all cloud accounts.
  • applyToAllCloudAccounts: Boolean!
  • }