Show / Hide Table of Contents

Class OracleDbAwsIdentityConnectorSummaryCollection

List of OracleDbAwsIdentityConnectorSummary resources.

Inheritance
object
OracleDbAwsIdentityConnectorSummaryCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DbmulticloudService.Models
Assembly: OCI.DotNetSDK.Dbmulticloud.dll
Syntax
public class OracleDbAwsIdentityConnectorSummaryCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<OracleDbAwsIdentityConnectorSummary> Items { get; set; }
Property Value
Type Description
List<OracleDbAwsIdentityConnectorSummary>

This list contains the summary of Oracle DB AWS Identity Connector resources.

Remarks

Required

In this article
Back to top