Show / Hide Table of Contents

Class AuditPolicyAggregationItems

The details of the audit profile aggregation items.

Inheritance
object
AuditPolicyAggregationItems
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top