GetKeyHandlesResult

data class GetKeyHandlesResult(val id: String, val keyHandles: List<GetKeyHandlesKeyHandle>, val location: String, val project: String? = null, val resourceTypeSelector: String)

A collection of values returned by getKeyHandles.

Constructors

Link copied to clipboard
constructor(id: String, keyHandles: List<GetKeyHandlesKeyHandle>, location: String, project: String? = null, resourceTypeSelector: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

The location of the KMS Key and KeyHandle.

Link copied to clipboard
val project: String? = null

The identifier of the project where KMS KeyHandle is created.

Link copied to clipboard

Indicates the resource type that the resulting CryptoKey is meant to protect, e.g. {SERVICE}.googleapis.com/{TYPE}. See documentation for supported resource types.