GetKeyHandlesPlainArgs

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

A collection of arguments for invoking getKeyHandles.

Constructors

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

Properties

Link copied to clipboard

The Google Cloud Platform location for the KeyHandle. A full list of valid locations can be found by running gcloud kms locations list.

Link copied to clipboard
val project: String? = null

The project in which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard

The resource type by which to filter KeyHandle e.g. {SERVICE}.googleapis.com/{TYPE}. See documentation for supported resource types.

Functions

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