CreateAuditArchiveRetrievalDetails

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

Bases: object

Request details for creating a new archive retrieval.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this CreateAuditArchiveRetrievalDetails.
defined_tags Gets the defined_tags of this CreateAuditArchiveRetrievalDetails.
description Gets the description of this CreateAuditArchiveRetrievalDetails.
display_name Gets the display_name of this CreateAuditArchiveRetrievalDetails.
end_date [Required] Gets the end_date of this CreateAuditArchiveRetrievalDetails.
freeform_tags Gets the freeform_tags of this CreateAuditArchiveRetrievalDetails.
start_date [Required] Gets the start_date of this CreateAuditArchiveRetrievalDetails.
target_id [Required] Gets the target_id of this CreateAuditArchiveRetrievalDetails.
__init__(**kwargs)

Initializes a new CreateAuditArchiveRetrievalDetails 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 CreateAuditArchiveRetrievalDetails.
  • description (str) – The value to assign to the description property of this CreateAuditArchiveRetrievalDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateAuditArchiveRetrievalDetails.
  • target_id (str) – The value to assign to the target_id property of this CreateAuditArchiveRetrievalDetails.
  • start_date (datetime) – The value to assign to the start_date property of this CreateAuditArchiveRetrievalDetails.
  • end_date (datetime) – The value to assign to the end_date property of this CreateAuditArchiveRetrievalDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateAuditArchiveRetrievalDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateAuditArchiveRetrievalDetails.
compartment_id

[Required] Gets the compartment_id of this CreateAuditArchiveRetrievalDetails. The OCID of the compartment that contains the archival retrieval.

Returns:The compartment_id of this CreateAuditArchiveRetrievalDetails.
Return type:str
defined_tags

Gets the defined_tags of this CreateAuditArchiveRetrievalDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags

Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this CreateAuditArchiveRetrievalDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this CreateAuditArchiveRetrievalDetails. Description of the archive retrieval.

Returns:The description of this CreateAuditArchiveRetrievalDetails.
Return type:str
display_name

Gets the display_name of this CreateAuditArchiveRetrievalDetails. The display name of the archive retrieval. The name does not have to be unique, and is changeable.

Returns:The display_name of this CreateAuditArchiveRetrievalDetails.
Return type:str
end_date

[Required] Gets the end_date of this CreateAuditArchiveRetrievalDetails. End month of the archive retrieval, in the format defined by RFC3339.

Returns:The end_date of this CreateAuditArchiveRetrievalDetails.
Return type:datetime
freeform_tags

Gets the freeform_tags of this CreateAuditArchiveRetrievalDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags

Example: {“Department”: “Finance”}

Returns:The freeform_tags of this CreateAuditArchiveRetrievalDetails.
Return type:dict(str, str)
start_date

[Required] Gets the start_date of this CreateAuditArchiveRetrievalDetails. Start month of the archive retrieval, in the format defined by RFC3339.

Returns:The start_date of this CreateAuditArchiveRetrievalDetails.
Return type:datetime
target_id

[Required] Gets the target_id of this CreateAuditArchiveRetrievalDetails. The OCID of the target associated with the archive retrieval.

Returns:The target_id of this CreateAuditArchiveRetrievalDetails.
Return type:str