GetKeyHandleResult

data class GetKeyHandleResult(val id: String, val kmsKey: String, val location: String, val name: String, val project: String? = null, val resourceTypeSelector: String)

A collection of values returned by getKeyHandle.

Constructors

Link copied to clipboard
constructor(id: String, kmsKey: String, location: String, name: 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

The identifier of the KMS Key created for the KeyHandle. Its format is projects/{projectId}/locations/{location}/keyRings/{keyRingName}/cryptoKeys/{cryptoKeyName}.

Link copied to clipboard

The location of the KMS Key and KeyHandle.

Link copied to clipboard
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.