Get Key Rings Plain Args
data class GetKeyRingsPlainArgs(val filter: String? = null, val location: String, val project: String? = null) : ConvertibleToJava<GetKeyRingsPlainArgs>
A collection of arguments for invoking getKeyRings.
Properties
Link copied to clipboard
The filter argument is used to add a filter query parameter that limits which key rings 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}}.