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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zdd� Zdd� Z dd� ZdS )�DecryptionProfileSummaryz? Decryption Profile used on the firewall policy rules. �SSL_INBOUND_INSPECTION�SSL_FORWARD_PROXYc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )af Initializes a new DecryptionProfileSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this DecryptionProfileSummary. :type name: str :param type: The value to assign to the type property of this DecryptionProfileSummary. Allowed values for this property are: "SSL_INBOUND_INSPECTION", "SSL_FORWARD_PROXY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param parent_resource_id: The value to assign to the parent_resource_id property of this DecryptionProfileSummary. :type parent_resource_id: str �str)�name�type�parent_resource_idr r ZparentResourceIdN)Z swagger_typesZ attribute_map�_name�_type�_parent_resource_id)�self�kwargs� r �Z/usr/lib/python3.9/site-packages/oci/network_firewall/models/decryption_profile_summary.py�__init__ s ��z!DecryptionProfileSummary.__init__c C s | j S )z� **[Required]** Gets the name of this DecryptionProfileSummary. Name of the secret. :return: The name of this DecryptionProfileSummary. :rtype: str �r �r r r r r >