📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
fusion_apps
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/fusion_apps/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: data_masking_activity.pyc
a N��f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�DataMaskingActivityz+ Details of data masking activity. �ACCEPTED�IN_PROGRESS�FAILED� SUCCEEDED�CANCELEDc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new DataMaskingActivity object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this DataMaskingActivity. :type id: str :param fusion_environment_id: The value to assign to the fusion_environment_id property of this DataMaskingActivity. :type fusion_environment_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this DataMaskingActivity. Allowed values for this property are: "ACCEPTED", "IN_PROGRESS", "FAILED", "SUCCEEDED", "CANCELED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_masking_start: The value to assign to the time_masking_start property of this DataMaskingActivity. :type time_masking_start: datetime :param time_masking_finish: The value to assign to the time_masking_finish property of this DataMaskingActivity. :type time_masking_finish: datetime �str�datetime)�id�fusion_environment_id�lifecycle_state�time_masking_start�time_masking_finishr �fusionEnvironmentId�lifecycleState�timeMaskingStart�timeMaskingFinishN)� swagger_types� attribute_map�_id�_fusion_environment_id�_lifecycle_state�_time_masking_start�_time_masking_finish)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/fusion_apps/models/data_masking_activity.py�__init__$ s"