Class EncryptionKey
The encryption key used to encrypt the Autonomous Database.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class EncryptionKey : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
KmsKey
Optional. The KMS key used to encrypt the Autonomous Database. This field is required if the provider is
GOOGLE_MANAGED. The name of the KMS key resource in the following format:
projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.
Declaration
[JsonProperty("kmsKey")]
public virtual string KmsKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Provider
Optional. The provider of the encryption key.
Declaration
[JsonProperty("provider")]
public virtual string Provider { get; set; }
Property Value
| Type | Description |
|---|---|
| string |