GetKeyHandlesKeyHandle

data class GetKeyHandlesKeyHandle(val kmsKey: String, val name: String, val resourceTypeSelector: String)

Constructors

Link copied to clipboard
constructor(kmsKey: String, name: String, resourceTypeSelector: String)

Types

Link copied to clipboard
object Companion

Properties

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 name of the KeyHandle. Its format is projects/{projectId}/locations/{location}/keyHandles/{keyHandleName}.

Link copied to clipboard

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