Class KmsWrappedCryptoKey
Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key.
The key must grant the Cloud IAM permission cloudkms.cryptoKeyVersions.useToDecrypt to the project's Cloud
Healthcare Service Agent service account. For more information, see [Creating a wrapped key]
(https://cloud.google.com/dlp/docs/create-wrapped-key).
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class KmsWrappedCryptoKey : IDirectResponseSchemaProperties
CryptoKey
Required. The resource name of the KMS CryptoKey to use for unwrapping. For example,
projects/{project_id}/locations/{location_id}/keyRings/{keyring}/cryptoKeys/{key}.
Declaration
[JsonProperty("cryptoKey")]
public virtual string CryptoKey { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
WrappedKey
Required. The wrapped data crypto key.
Declaration
[JsonProperty("wrappedKey")]
public virtual string WrappedKey { get; set; }Property Value
| Type | Description | 
|---|---|
| string |