ExtractDetailsSummary

class oci.fusion_apps.models.ExtractDetailsSummary(**kwargs)

Bases: object

Details about where the data can be extracted from and password.

Methods

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

Attributes

par_url [Required] Gets the par_url of this ExtractDetailsSummary.
password [Required] Gets the password of this ExtractDetailsSummary.
time_created [Required] Gets the time_created of this ExtractDetailsSummary.
__init__(**kwargs)

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

Parameters:
  • par_url (str) – The value to assign to the par_url property of this ExtractDetailsSummary.
  • password (str) – The value to assign to the password property of this ExtractDetailsSummary.
  • time_created (datetime) – The value to assign to the time_created property of this ExtractDetailsSummary.
par_url

[Required] Gets the par_url of this ExtractDetailsSummary. The parUrl to extract data extract from Object Storage bucket.

Returns:The par_url of this ExtractDetailsSummary.
Return type:str
password

[Required] Gets the password of this ExtractDetailsSummary. The password to decrypt data extract.

Returns:The password of this ExtractDetailsSummary.
Return type:str
time_created

[Required] Gets the time_created of this ExtractDetailsSummary. The time when the data extract was requested. An RFC3339 formatted datetime string

Returns:The time_created of this ExtractDetailsSummary.
Return type:datetime