INPUT_OBJECT

UpdateCloudNativeTagRuleInput

Description

Input required to update a cloud-native tag rule.

link GraphQL Schema definition

  • input UpdateCloudNativeTagRuleInput {
  • # Tag rule ID.
  • tagRuleId: UUID!
  • # Name of the tag rule.
  • tagRuleName: String!
  • # Corresponds to the assignment type for the SLA.
  • slaAssignType: TagRuleSlaAssignType!
  • # Corresponds to optional global SLA Rubrik ID.
  • slaId: UUID
  • # Cloud native accounts on which tag rule will be applied.
  • cloudNativeAccountIds: CloudNativeIds
  • # Specifies whether this tag rule apply to all cloud accounts.
  • applyToAllCloudAccounts: Boolean
  • }

link Require by