Success

data class Success(val newKeyVersion: Int, val previousKeyVersion: Int) : RotationResult

Key was successfully rotated.

Constructors

Link copied to clipboard
constructor(newKeyVersion: Int, previousKeyVersion: Int)

Properties

Link copied to clipboard

The version number of the new key.

Link copied to clipboard

The version of the key that was current before rotation.