ENUM

TprRule

Description

The different TPR rules.

link GraphQL Schema definition

  • enum TprRule {
  • # The TPR rule is for assigning TPR roles to a user.
  • ASSIGN_TPR_ROLE
  • # The TPR rule is for deleting RCV locations.
  • DELETE_RCV
  • # The TPR rule is for deleting snapshots.
  • DELETE_SNAPSHOT
  • # The TPR rule is for deleting a TPR policy.
  • DELETE_TPR_POLICY
  • # The TPR rule is for deleting a TPR role.
  • DELETE_TPR_ROLE
  • # The TPR rule is for deleting a TPR user.
  • DELETE_TPR_USER
  • # The TPR rule is disbling global totp.
  • DISABLE_GLOBAL_TOTP
  • # The TPR rule is disabling TPR.
  • DISABLE_TPR
  • # The TPR rule is for editing an SLA.
  • EDIT_SLA
  • # The TPR rule for editing any QAuth configuration.
  • EDIT_TPR_CONFIG
  • # The TPR rule is for editing a TPR policy.
  • EDIT_TPR_POLICY
  • # The TPR rule is for updating a TPR role that has been assigned to a user.
  • EDIT_TPR_ROLE
  • # The TPR rule is for enabling and disabling RCV locations.
  • ENABLE_DISABLE_RCV
  • # The TPR rule is for legal holds.
  • LEGAL_HOLD
  • # The TPR rule for updating air gapped status of cluster.
  • MODIFY_AIR_GAPPED_STATUS
  • # The TPR rule is for pausing cluster.
  • PAUSE_CLUSTER
  • # The TPR rule is for pausing and resuming RCV locations.
  • PAUSE_RESUME_RCV
  • # The TPR rule is for pausing an SLA.
  • PAUSE_SLA
  • # The TPR rule is for removing cluster nodes.
  • REMOVE_CLUSTER_NODE
  • # The TPR rule is for replacing a cluster node.
  • REPLACE_CLUSTER_NODE
  • # Quorum authorization is required for resetting passkeys for a QAuth user.
  • RESET_USER_PASSKEYS
  • # The TPR rule is for resetting MFA for a TPR user.
  • RESET_USER_TOTP_CONFIG
  • # The TPR rule is for retention lock objects.
  • RETENTION_LOCK_OBJECT
  • # The TPR rule is for retention lock SLA.
  • RETENTION_LOCK_SLA
  • # The TPR rule is for revoking a TPR role from a user.
  • REVOKE_TPR_ROLE
  • # The TPR rule is for SLA Assignment.
  • SLA_ASSIGNMENT
  • # The TPR rule is unspecified.
  • TPR_RULE_UNSPECIFIED
  • # The TPR rule for triggering custom failover on the RCV location.
  • TRIGGER_RCV_CUSTOM_FAIL_OVER
  • # The TPR rule is for unlocking a TPR user that has been locked.
  • UNLOCK_TPR_USER
  • }