Show / Hide Table of Contents

Class GoogleCloudProviderEncryptionKeyDetails

Details for Google Cloud Provider Input

Inheritance
object
EncryptionKeyLocationDetails
GoogleCloudProviderEncryptionKeyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top