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.
- : DateTime
- # The key protection type for the rotation.
- : ClusterKeyProtection!
- # The state of the rotation.
- : ClusterKeyRotationState!
- }