GetCryptoKeysPlainArgs

data class GetCryptoKeysPlainArgs(val filter: String? = null, val keyRing: String) : ConvertibleToJava<GetCryptoKeysPlainArgs>

A collection of arguments for invoking getCryptoKeys.

Constructors

Link copied to clipboard
constructor(filter: String? = null, keyRing: String)

Properties

Link copied to clipboard
val filter: String? = null

The filter argument is used to add a filter query parameter that limits which keys are retrieved by the data source: ?filter={{filter}}. When no value is provided there is no filtering. Example filter values if filtering on name. Note: names take the form projects/{{project}}/locations/{{location}}/keyRings/{{keyRing}}/cryptoKeys/{{cryptoKey}}.

Link copied to clipboard

The key ring that the keys belongs to. Format: 'projects/{{project}}/locations/{{location}}/keyRings/{{keyRing}}'.,

Functions

Link copied to clipboard
open override fun toJava(): GetCryptoKeysPlainArgs