filter
Parameters
value
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}}.
"name:my-key-"
will retrieve keys that contain "my-key-" anywhere in their name."name=projects/my-project/locations/global/keyRings/my-key-ring/cryptoKeys/my-key-1"
will only retrieve a key with that exact name. See the documentation about using filters