ruạṛ
a ���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 ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �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�CUSTOM�SQL_FIREWALL_AUDITINGc K s2 dddd�| _ dddd�| _d| _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", "SQL_FIREWALL_AUDITING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :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 :param target_id: The value to assign to the target_id property of this AuditPolicyDimensions. :type target_id: str �str)�audit_policy_category�audit_policy_name� target_idZauditPolicyCategoryZauditPolicyNameZtargetIdN)Z swagger_typesZ attribute_map�_audit_policy_category�_audit_policy_name� _target_id)�self�kwargs� r �P/usr/lib/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", "SQL_FIREWALL_AUDITING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The audit_policy_category of this AuditPolicyDimensions. :rtype: str )r �r r r r r R s z+AuditPolicyDimensions.audit_policy_categoryc C s g d�}t ||�sd}|| _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 r ZUNKNOWN_ENUM_VALUEN)r r )r r Zallowed_valuesr r r r a s c C s | j S )a� Gets the audit_policy_name of this AuditPolicyDimensions. The name of the audit policy. 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://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/data-safe&id=UDSCS-GUID-361A9A9A-7C21-4F5A-8945-9B3A0C472827 :return: The audit_policy_name of this AuditPolicyDimensions. :rtype: str �r r r r r r p s z'AuditPolicyDimensions.audit_policy_namec C s || _ dS )a� Sets the audit_policy_name of this AuditPolicyDimensions. The name of the audit policy. 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://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/data-safe&id=UDSCS-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 ~ s c C s | j S )z� Gets the target_id of this AuditPolicyDimensions. The OCID of the target database for which the audit policy will be created. :return: The target_id of this AuditPolicyDimensions. :rtype: str �r r r r r r � s zAuditPolicyDimensions.target_idc C s || _ dS )z� Sets the target_id of this AuditPolicyDimensions. The OCID of the target database for which the audit policy will be created. :param target_id: The target_id of this AuditPolicyDimensions. :type: str Nr )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__Z$AUDIT_POLICY_CATEGORY_BASIC_ACTIVITYZ)AUDIT_POLICY_CATEGORY_ADMIN_USER_ACTIVITYZ#AUDIT_POLICY_CATEGORY_USER_ACTIVITYZ'AUDIT_POLICY_CATEGORY_ORACLE_PREDEFINEDZ)AUDIT_POLICY_CATEGORY_COMPLIANCE_STANDARDZAUDIT_POLICY_CATEGORY_CUSTOMZ+AUDIT_POLICY_CATEGORY_SQL_FIREWALL_AUDITINGr �propertyr �setterr r r r"