OBJECT

ClusterKeyRotation

Description

A key rotation on a Rubrik cluster.

link GraphQL Schema definition

  • type ClusterKeyRotation {
  • # The time at which the rotation was completed on all nodes on the Rubrik cluster.
  • completedAt: DateTime
  • # The key protection type for the rotation.
  • protectionType: ClusterKeyProtection!
  • # The state of the rotation.
  • state: ClusterKeyRotationState!
  • }