Class OracleDbGcpKeyRingSummaryCollection
List of OracleDbGcpKeyRingSummary resources.
Inherited Members
Namespace: Oci.DbmulticloudService.Models
Assembly: OCI.DotNetSDK.Dbmulticloud.dll
Syntax
public class OracleDbGcpKeyRingSummaryCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<OracleDbGcpKeyRingSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<OracleDbGcpKeyRingSummary> | This list contains the summary of Oracle DB GCP Key-Ring resources. |
Remarks
Required