📂 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: audit_policy_dimensions.pyc
a N��f6 � @ 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 dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zdd� Zdd� Zdd� ZdS )�AuditPolicyDimensionszP Details of aggregation dimensions used for summarizing audit policies. �BASIC_ACTIVITY�ADMIN_USER_ACTIVITY� USER_ACTIVITY�ORACLE_PREDEFINED�COMPLIANCE_STANDARD�CUSTOMc K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new AuditPolicyDimensions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param audit_policy_category: The value to assign to the audit_policy_category property of this AuditPolicyDimensions. Allowed values for this property are: "BASIC_ACTIVITY", "ADMIN_USER_ACTIVITY", "USER_ACTIVITY", "ORACLE_PREDEFINED", "COMPLIANCE_STANDARD", "CUSTOM" :type audit_policy_category: str :param audit_policy_name: The value to assign to the audit_policy_name property of this AuditPolicyDimensions. :type audit_policy_name: str �str)�audit_policy_category�audit_policy_name�auditPolicyCategory�auditPolicyNameN)� swagger_types� attribute_map�_audit_policy_category�_audit_policy_name)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_safe/models/audit_policy_dimensions.py�__init__( s ��zAuditPolicyDimensions.__init__c C s | j S )a� Gets the audit_policy_category of this AuditPolicyDimensions. The category to which the audit policy belongs. Allowed values for this property are: "BASIC_ACTIVITY", "ADMIN_USER_ACTIVITY", "USER_ACTIVITY", "ORACLE_PREDEFINED", "COMPLIANCE_STANDARD", "CUSTOM" :return: The audit_policy_category of this AuditPolicyDimensions. :rtype: str )r �r r r r r D s z+AuditPolicyDimensions.audit_policy_categoryc C s* g d�}t ||�s td�|���|| _dS )z� Sets the audit_policy_category of this AuditPolicyDimensions. The category to which the audit policy belongs. :param audit_policy_category: The audit_policy_category of this AuditPolicyDimensions. :type: str )r r r r r r zEInvalid value for `audit_policy_category`, must be None or one of {0}N)r � ValueError�formatr )r r �allowed_valuesr r r r R s ��c C s | j S )a� Gets the audit_policy_name of this AuditPolicyDimensions. Indicates the audit policy name. Refer to the `documentation`__ for seeded audit policy names. For custom policies, refer to the user-defined policy name created in the target database. __ https://docs.oracle.com/en/cloud/paas/data-safe/udscs/audit-policies.html#GUID-361A9A9A-7C21-4F5A-8945-9B3A0C472827 :return: The audit_policy_name of this AuditPolicyDimensions. :rtype: str �r r r r r r d s z'AuditPolicyDimensions.audit_policy_namec C s || _ dS )a� Sets the audit_policy_name of this AuditPolicyDimensions. Indicates the audit policy name. Refer to the `documentation`__ for seeded audit policy names. For custom policies, refer to the user-defined policy name created in the target database. __ https://docs.oracle.com/en/cloud/paas/data-safe/udscs/audit-policies.html#GUID-361A9A9A-7C21-4F5A-8945-9B3A0C472827 :param audit_policy_name: The audit_policy_name of this AuditPolicyDimensions. :type: str Nr )r r r r r r r s c C s t | �S �N)r r r r r �__repr__� s zAuditPolicyDimensions.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zAuditPolicyDimensions.__eq__c C s | |k S r r r# r r r �__ne__� s zAuditPolicyDimensions.__ne__N)�__name__� __module__�__qualname__�__doc__�$AUDIT_POLICY_CATEGORY_BASIC_ACTIVITY�)AUDIT_POLICY_CATEGORY_ADMIN_USER_ACTIVITY�#AUDIT_POLICY_CATEGORY_USER_ACTIVITY�'AUDIT_POLICY_CATEGORY_ORACLE_PREDEFINED�)AUDIT_POLICY_CATEGORY_COMPLIANCE_STANDARD�AUDIT_POLICY_CATEGORY_CUSTOMr �propertyr �setterr r! r% r&