📂 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
›
data_safe
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_safe/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_sensitive_category_details.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateSensitiveTypeDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s0 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd S )�CreateSensitiveCategoryDetailsz5 Details to create a new sensitive category. c K sj ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d| _d S )a; Initializes a new CreateSensitiveCategoryDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.data_safe.models.CreateSensitiveCategoryDetails.entity_type` attribute of this class is ``SENSITIVE_CATEGORY`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param entity_type: The value to assign to the entity_type property of this CreateSensitiveCategoryDetails. Allowed values for this property are: "SENSITIVE_TYPE", "SENSITIVE_CATEGORY" :type entity_type: str :param display_name: The value to assign to the display_name property of this CreateSensitiveCategoryDetails. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this CreateSensitiveCategoryDetails. :type compartment_id: str :param short_name: The value to assign to the short_name property of this CreateSensitiveCategoryDetails. :type short_name: str :param description: The value to assign to the description property of this CreateSensitiveCategoryDetails. :type description: str :param parent_category_id: The value to assign to the parent_category_id property of this CreateSensitiveCategoryDetails. :type parent_category_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateSensitiveCategoryDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateSensitiveCategoryDetails. :type defined_tags: dict(str, dict(str, object)) �strzdict(str, str)zdict(str, dict(str, object)))�entity_type�display_name�compartment_id� short_name�description�parent_category_id� freeform_tags�defined_tags� entityType�displayName� compartmentId� shortNamer �parentCategoryId�freeformTags�definedTagsN�SENSITIVE_CATEGORY) � swagger_types� attribute_map�_entity_type� _display_name�_compartment_id�_short_name�_description�_parent_category_id�_freeform_tags� _defined_tags)�self�kwargs� r&