CollectedAuditVolumeSummary

class oci.data_safe.models.CollectedAuditVolumeSummary(**kwargs)

Bases: object

The volume data point for audit data collected by datasafe.

Methods

__init__(**kwargs) Initializes a new CollectedAuditVolumeSummary object with values from keyword arguments.

Attributes

archived_volume [Required] Gets the archived_volume of this CollectedAuditVolumeSummary.
audit_profile_id [Required] Gets the audit_profile_id of this CollectedAuditVolumeSummary.
month_in_consideration [Required] Gets the month_in_consideration of this CollectedAuditVolumeSummary.
online_volume [Required] Gets the online_volume of this CollectedAuditVolumeSummary.
__init__(**kwargs)

Initializes a new CollectedAuditVolumeSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • audit_profile_id (str) – The value to assign to the audit_profile_id property of this CollectedAuditVolumeSummary.
  • month_in_consideration (datetime) – The value to assign to the month_in_consideration property of this CollectedAuditVolumeSummary.
  • online_volume (int) – The value to assign to the online_volume property of this CollectedAuditVolumeSummary.
  • archived_volume (int) – The value to assign to the archived_volume property of this CollectedAuditVolumeSummary.
archived_volume

[Required] Gets the archived_volume of this CollectedAuditVolumeSummary. The audit data volume collected by Data Safe and is available in archive storage.

Returns:The archived_volume of this CollectedAuditVolumeSummary.
Return type:int
audit_profile_id

[Required] Gets the audit_profile_id of this CollectedAuditVolumeSummary. The OCID of the audit profile resource.

Returns:The audit_profile_id of this CollectedAuditVolumeSummary.
Return type:str
month_in_consideration

[Required] Gets the month_in_consideration of this CollectedAuditVolumeSummary. Represents the month under consideration in which the aggregated audit data volume collected by Data Safe is displayed. This field will be the UTC start of the day of the first day of the month for which the aggregate count corresponds to, in the format defined by RFC3339.. For instance, the value of 01-01-2021T00:00:00Z represents Jan 2021.

Returns:The month_in_consideration of this CollectedAuditVolumeSummary.
Return type:datetime
online_volume

[Required] Gets the online_volume of this CollectedAuditVolumeSummary. The audit data volume collected by Data Safe and is available online in repository.

Returns:The online_volume of this CollectedAuditVolumeSummary.
Return type:int