Class GoogleCloudProviderEncryptionKeyDetails
Details for Google Cloud Provider Input
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class GoogleCloudProviderEncryptionKeyDetails : EncryptionKeyLocationDetails
Properties
GoogleCloudProviderEncryptionKeyId
Declaration
[Required(ErrorMessage = "GoogleCloudProviderEncryptionKeyId is required.")]
[JsonProperty(PropertyName = "googleCloudProviderEncryptionKeyId")]
public string GoogleCloudProviderEncryptionKeyId { get; set; }
Property Value
Type | Description |
---|---|
string | Provide the key OCID of a registered Google Cloud Provider key. |
Remarks
Required