Class EncryptionSpec
Represents a customer-managed encryption key spec that can be applied to a resource.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class EncryptionSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KmsKeyName
Required. The resource name of customer-managed encryption key that is used to secure a resource and its
sub-resources. Only the key in the same location as this dataset is allowed to be used for encryption.
Format is: projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{key}
Declaration
[JsonProperty("kmsKeyName")]
public virtual string KmsKeyName { get; set; }
Property Value
Type | Description |
---|---|
string |