DataMaskingActivitySummary

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

Bases: object

Summary of the data masking activity.

Methods

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

Attributes

id [Required] Gets the id of this DataMaskingActivitySummary.
lifecycle_state [Required] Gets the lifecycle_state of this DataMaskingActivitySummary.
time_masking_finish [Required] Gets the time_masking_finish of this DataMaskingActivitySummary.
time_masking_start [Required] Gets the time_masking_start of this DataMaskingActivitySummary.
__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this DataMaskingActivitySummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this DataMaskingActivitySummary.
  • time_masking_start (datetime) – The value to assign to the time_masking_start property of this DataMaskingActivitySummary.
  • time_masking_finish (datetime) – The value to assign to the time_masking_finish property of this DataMaskingActivitySummary.
id

[Required] Gets the id of this DataMaskingActivitySummary. Unique identifier that is immutable on creation.

Returns:The id of this DataMaskingActivitySummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this DataMaskingActivitySummary. The current state of the data masking activity Scheduled, In progress , Failed, Completed

Returns:The lifecycle_state of this DataMaskingActivitySummary.
Return type:str
time_masking_finish

[Required] Gets the time_masking_finish of this DataMaskingActivitySummary. The time the data masking activity actually completed / cancelled / failed. An RFC3339 formatted datetime string.

Returns:The time_masking_finish of this DataMaskingActivitySummary.
Return type:datetime
time_masking_start

[Required] Gets the time_masking_start of this DataMaskingActivitySummary. The time the data masking activity started. An RFC3339 formatted datetime string.

Returns:The time_masking_start of this DataMaskingActivitySummary.
Return type:datetime