GetKeyRingsPlainArgs

data class GetKeyRingsPlainArgs(val filter: String? = null, val location: String, val project: String? = null) : ConvertibleToJava<GetKeyRingsPlainArgs>

A collection of arguments for invoking getKeyRings.

Constructors

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

Properties

Link copied to clipboard
val filter: String? = null

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}}.

Link copied to clipboard

The location that the underlying key ring resides in. e.g us-west1

Link copied to clipboard
val project: String? = null

The Project ID of the project.

Functions

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