GetCryptoKeysResult

data class GetCryptoKeysResult(val filter: String? = null, val id: String, val keyRing: String, val keys: List<GetCryptoKeysKey>)

A collection of values returned by getCryptoKeys.

Constructors

Link copied to clipboard
constructor(filter: String? = null, id: String, keyRing: String, keys: List<GetCryptoKeysKey>)

Types

Link copied to clipboard
object Companion

Properties

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 keys from the provided key ring. This list is influenced by the provided filter argument.