Class AuditPolicyAggregationItems
The details of the audit profile aggregation items.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class AuditPolicyAggregationItems
Properties
Count
Declaration
[JsonProperty(PropertyName = "count")]
public long? Count { get; set; }
Property Value
Type | Description |
---|---|
long? | The total count of the aggregated metric. |
Dimensions
Declaration
[JsonProperty(PropertyName = "dimensions")]
public AuditPolicyDimensions Dimensions { get; set; }
Property Value
Type | Description |
---|---|
AuditPolicyDimensions |