GetCryptoKeyVersionsResult

data class GetCryptoKeyVersionsResult(val cryptoKey: String, val filter: String? = null, val id: String, val publicKeys: List<GetCryptoKeyVersionsPublicKey>, val versions: List<GetCryptoKeyVersionsVersion>)

A collection of values returned by getCryptoKeyVersions.

Constructors

Link copied to clipboard
constructor(cryptoKey: String, filter: String? = null, id: String, publicKeys: List<GetCryptoKeyVersionsPublicKey>, versions: List<GetCryptoKeyVersionsVersion>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val filter: String? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

A list of all the retrieved crypto key versions from the provided crypto key. This list is influenced by the provided filter argument.