secretVersionsToStages property

Map<String, List<String>>? secretVersionsToStages
final

A list of all of the currently assigned SecretVersionStage staging labels and the SecretVersionId attached to each one. Staging labels are used to keep track of the different versions during the rotation process.

Implementation

final Map<String, List<String>>? secretVersionsToStages;