OBJECT

RscKeyRotationRequest

Description

The most recent key rotation request that was inlcuded in a bulk key rotation from RSC.

link GraphQL Schema definition

  • type RscKeyRotationRequest {
  • # The ID of the Rubrik cluster.
  • clusterUuid: UUID!
  • # Specifies if the key rotation job failed.
  • didKeyRotationJobFail: Boolean!
  • # The time at which the rotation was requested.
  • requestedAt: DateTime
  • }