INPUT_OBJECT

CreateCloudNativeTagRuleInput

Description

Input required to create a cloud-native tag rule.

link GraphQL Schema definition

  • input CreateCloudNativeTagRuleInput {
  • # Type of managed object on which tag rule will be applied.
  • objectType: CloudNativeTagObjectType!
  • # Name of the tag rule.
  • tagRuleName: String!
  • # Tag key-value pair for tag rule.
  • tag: TagType!
  • # 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