Class AuditProfileAnalyticCollection
Details of audit profile analytic summary.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class AuditProfileAnalyticCollection
  Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AuditProfileAggregationItems> Items { get; set; }
  Property Value
| Type | Description | 
|---|---|
| List<AuditProfileAggregationItems> | Array of audit profile aggregration data.  | 
      
Remarks
Required