📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
data_safe
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_safe/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_alert_policy_details.cpython-39.pyc
a ���f3 � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�CreateAlertPolicyDetailsz8 The details used to create a new alert policy. �AUDITING�SECURITY_ASSESSMENT�USER_ASSESSMENT�CRITICAL�HIGH�MEDIUM�LOW�EVALUATEc K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a Initializes a new CreateAlertPolicyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param alert_policy_type: The value to assign to the alert_policy_type property of this CreateAlertPolicyDetails. Allowed values for this property are: "AUDITING", "SECURITY_ASSESSMENT", "USER_ASSESSMENT" :type alert_policy_type: str :param display_name: The value to assign to the display_name property of this CreateAlertPolicyDetails. :type display_name: str :param description: The value to assign to the description property of this CreateAlertPolicyDetails. :type description: str :param severity: The value to assign to the severity property of this CreateAlertPolicyDetails. Allowed values for this property are: "CRITICAL", "HIGH", "MEDIUM", "LOW", "EVALUATE" :type severity: str :param compartment_id: The value to assign to the compartment_id property of this CreateAlertPolicyDetails. :type compartment_id: str :param alert_policy_rule_details: The value to assign to the alert_policy_rule_details property of this CreateAlertPolicyDetails. :type alert_policy_rule_details: list[oci.data_safe.models.CreateAlertPolicyRuleDetails] :param freeform_tags: The value to assign to the freeform_tags property of this CreateAlertPolicyDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateAlertPolicyDetails. :type defined_tags: dict(str, dict(str, object)) �strz"list[CreateAlertPolicyRuleDetails]zdict(str, str)zdict(str, dict(str, object)))�alert_policy_type�display_name�description�severity�compartment_id�alert_policy_rule_details� freeform_tags�defined_tagsZalertPolicyTypeZdisplayNamer r Z compartmentIdZalertPolicyRuleDetailsZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map�_alert_policy_type� _display_name�_description� _severity�_compartment_id�_alert_policy_rule_details�_freeform_tags� _defined_tags)�self�kwargs� r"