INPUT_OBJECT

UpdateCloudNativeLabelRuleInput

Description

Input required to update a cloud-native label rule.

link GraphQL Schema definition

  • input UpdateCloudNativeLabelRuleInput {
  • # Label rule ID.
  • labelRuleId: UUID!
  • # Name of the label rule.
  • labelRuleName: 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 label rule will be applied.
  • cloudNativeAccountIds: CloudNativeIds
  • # Specifies whether this label rule apply to all cloud accounts.
  • applyToAllCloudAccounts: Boolean
  • }

link Require by