AvailableAuditVolumeSummary

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

Bases: object

Represents the audit data volume collected by Data Safe from the target database for the specified audit profile.

Methods

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

Attributes

audit_profile_id [Required] Gets the audit_profile_id of this AvailableAuditVolumeSummary.
audit_trail_id Gets the audit_trail_id of this AvailableAuditVolumeSummary.
database_unique_name Gets the database_unique_name of this AvailableAuditVolumeSummary.
month_in_consideration [Required] Gets the month_in_consideration of this AvailableAuditVolumeSummary.
trail_location [Required] Gets the trail_location of this AvailableAuditVolumeSummary.
volume [Required] Gets the volume of this AvailableAuditVolumeSummary.
__init__(**kwargs)

Initializes a new AvailableAuditVolumeSummary 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 AvailableAuditVolumeSummary.
  • audit_trail_id (str) – The value to assign to the audit_trail_id property of this AvailableAuditVolumeSummary.
  • database_unique_name (str) – The value to assign to the database_unique_name property of this AvailableAuditVolumeSummary.
  • trail_location (str) – The value to assign to the trail_location property of this AvailableAuditVolumeSummary.
  • month_in_consideration (datetime) – The value to assign to the month_in_consideration property of this AvailableAuditVolumeSummary.
  • volume (int) – The value to assign to the volume property of this AvailableAuditVolumeSummary.
audit_profile_id

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

Returns:The audit_profile_id of this AvailableAuditVolumeSummary.
Return type:str
audit_trail_id

Gets the audit_trail_id of this AvailableAuditVolumeSummary. The OCID of the audit trail.

Returns:The audit_trail_id of this AvailableAuditVolumeSummary.
Return type:str
database_unique_name

Gets the database_unique_name of this AvailableAuditVolumeSummary. Unique name of the database associated to the peer target database.

Returns:The database_unique_name of this AvailableAuditVolumeSummary.
Return type:str
month_in_consideration

[Required] Gets the month_in_consideration of this AvailableAuditVolumeSummary. Represents the month under consideration for which aggregated audit data volume available at the target is computed. 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 AvailableAuditVolumeSummary.
Return type:datetime
trail_location

[Required] Gets the trail_location of this AvailableAuditVolumeSummary. Audit trail location on the target database from where the audit data is being collected by Data Safe.

Returns:The trail_location of this AvailableAuditVolumeSummary.
Return type:str
volume

[Required] Gets the volume of this AvailableAuditVolumeSummary. Represents the aggregated audit data volume available in the audit trails on the target database which is yet to be collected by Data Safe for the specified month.

Returns:The volume of this AvailableAuditVolumeSummary.
Return type:int