AuditEventAggregationItems¶
-
class
oci.data_safe.models.
AuditEventAggregationItems
(**kwargs)¶ Bases:
object
The details of audit events aggregation items.
Methods
__init__
(**kwargs)Initializes a new AuditEventAggregationItems object with values from keyword arguments. Attributes
count
[Required] Gets the count of this AuditEventAggregationItems. dimensions
Gets the dimensions of this AuditEventAggregationItems. display_name
Gets the display_name of this AuditEventAggregationItems. metric_name
[Required] Gets the metric_name of this AuditEventAggregationItems. time_ended
[Required] Gets the time_ended of this AuditEventAggregationItems. time_started
[Required] Gets the time_started of this AuditEventAggregationItems. -
__init__
(**kwargs)¶ Initializes a new AuditEventAggregationItems object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this AuditEventAggregationItems.
- metric_name (str) – The value to assign to the metric_name property of this AuditEventAggregationItems.
- time_started (datetime) – The value to assign to the time_started property of this AuditEventAggregationItems.
- time_ended (datetime) – The value to assign to the time_ended property of this AuditEventAggregationItems.
- count (int) – The value to assign to the count property of this AuditEventAggregationItems.
- dimensions (oci.data_safe.models.AuditEventAggregationDimensions) – The value to assign to the dimensions property of this AuditEventAggregationItems.
-
count
¶ [Required] Gets the count of this AuditEventAggregationItems. Total count of aggregated value.
Returns: The count of this AuditEventAggregationItems. Return type: int
-
dimensions
¶ Gets the dimensions of this AuditEventAggregationItems.
Returns: The dimensions of this AuditEventAggregationItems. Return type: oci.data_safe.models.AuditEventAggregationDimensions
-
display_name
¶ Gets the display_name of this AuditEventAggregationItems. Display Name of aggregation field.
Returns: The display_name of this AuditEventAggregationItems. Return type: str
-
metric_name
¶ [Required] Gets the metric_name of this AuditEventAggregationItems. Name of the aggregation.
Returns: The metric_name of this AuditEventAggregationItems. Return type: str
-
time_ended
¶ [Required] Gets the time_ended of this AuditEventAggregationItems. The time at which the aggregation ended.
Returns: The time_ended of this AuditEventAggregationItems. Return type: datetime
-
time_started
¶ [Required] Gets the time_started of this AuditEventAggregationItems. The time at which the aggregation started.
Returns: The time_started of this AuditEventAggregationItems. Return type: datetime
-