Class DataAccessContainerCollection
A collection of specific containers for the current user. This is only applicable if ALL_CONTAINERS !='Y'.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class DataAccessContainerCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DataAccessContainerSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<DataAccessContainerSummary> | An array of container resources. |
Remarks
Required