Get Crypto Keys Plain Args
data class GetCryptoKeysPlainArgs(val filter: String? = null, val keyRing: String) : ConvertibleToJava<GetCryptoKeysPlainArgs>
A collection of arguments for invoking getCryptoKeys.
Properties
Link copied to clipboard
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}}.