Get KMSCrypto Key Result
data class GetKMSCryptoKeyResult(val destroyScheduledDuration: String, val id: String, val importOnly: Boolean, val keyRing: String, val labels: Map<String, String>, val name: String, val purpose: String, val rotationPeriod: String, val skipInitialVersionCreation: Boolean, val versionTemplates: List<GetKMSCryptoKeyVersionTemplate>)
A collection of values returned by getKMSCryptoKey.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Every time this period passes, generate a new CryptoKeyVersion and set it as the primary. The first rotation will take place after the specified period. The rotation period has the format of a decimal number with up to 9 fractional digits, followed by the letter s (seconds).
Link copied to clipboard
Link copied to clipboard