Class GetOracleDbGcpKeyRequest
Implements
Inherited Members
Namespace: Oci.DbmulticloudService.Requests
Assembly: OCI.DotNetSDK.Dbmulticloud.dll
Syntax
public class GetOracleDbGcpKeyRequest : IOciRequestExamples
Click here to see an example of how to use GetOracleDbGcpKey request.
Properties
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The client request ID for tracing. | 
OracleDbGcpKeyId
Declaration
[Required(ErrorMessage = "OracleDbGcpKeyId is required.")]
[HttpConverter(TargetEnum.Path, "oracleDbGcpKeyId")]
public string OracleDbGcpKeyId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the Oracle DB Google Cloud Key resource. | 
Remarks
Required