ruạṛ
a O��f8 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DecryptionProfile� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�SslForwardProxyProfilez< SSLForwardProxy used on the firewall policy rules. c K s~ ddddddddddd� | _ dddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new SslForwardProxyProfile object with values from keyword arguments. The default value of the :py:attr:`~oci.network_firewall.models.SslForwardProxyProfile.type` attribute of this class is ``SSL_FORWARD_PROXY`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this SslForwardProxyProfile. Allowed values for this property are: "SSL_INBOUND_INSPECTION", "SSL_FORWARD_PROXY" :type type: str :param is_expired_certificate_blocked: The value to assign to the is_expired_certificate_blocked property of this SslForwardProxyProfile. :type is_expired_certificate_blocked: bool :param is_untrusted_issuer_blocked: The value to assign to the is_untrusted_issuer_blocked property of this SslForwardProxyProfile. :type is_untrusted_issuer_blocked: bool :param is_revocation_status_timeout_blocked: The value to assign to the is_revocation_status_timeout_blocked property of this SslForwardProxyProfile. :type is_revocation_status_timeout_blocked: bool :param is_unsupported_version_blocked: The value to assign to the is_unsupported_version_blocked property of this SslForwardProxyProfile. :type is_unsupported_version_blocked: bool :param is_unsupported_cipher_blocked: The value to assign to the is_unsupported_cipher_blocked property of this SslForwardProxyProfile. :type is_unsupported_cipher_blocked: bool :param is_unknown_revocation_status_blocked: The value to assign to the is_unknown_revocation_status_blocked property of this SslForwardProxyProfile. :type is_unknown_revocation_status_blocked: bool :param are_certificate_extensions_restricted: The value to assign to the are_certificate_extensions_restricted property of this SslForwardProxyProfile. :type are_certificate_extensions_restricted: bool :param is_auto_include_alt_name: The value to assign to the is_auto_include_alt_name property of this SslForwardProxyProfile. :type is_auto_include_alt_name: bool :param is_out_of_capacity_blocked: The value to assign to the is_out_of_capacity_blocked property of this SslForwardProxyProfile. :type is_out_of_capacity_blocked: bool �str�bool) �type�is_expired_certificate_blocked�is_untrusted_issuer_blocked�$is_revocation_status_timeout_blocked�is_unsupported_version_blocked�is_unsupported_cipher_blocked�$is_unknown_revocation_status_blocked�%are_certificate_extensions_restricted�is_auto_include_alt_name�is_out_of_capacity_blockedr �isExpiredCertificateBlocked�isUntrustedIssuerBlocked� isRevocationStatusTimeoutBlocked�isUnsupportedVersionBlocked�isUnsupportedCipherBlocked� isUnknownRevocationStatusBlocked�"areCertificateExtensionsRestricted�isAutoIncludeAltName�isOutOfCapacityBlockedN�SSL_FORWARD_PROXY)� swagger_types� attribute_map�_type�_is_expired_certificate_blocked�_is_untrusted_issuer_blocked�%_is_revocation_status_timeout_blocked�_is_unsupported_version_blocked�_is_unsupported_cipher_blocked�%_is_unknown_revocation_status_blocked�&_are_certificate_extensions_restricted�_is_auto_include_alt_name�_is_out_of_capacity_blocked)�self�kwargs� r- ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/network_firewall/models/ssl_forward_proxy_profile.py�__init__ sB 1�� zSslForwardProxyProfile.__init__c C s | j S )a **[Required]** Gets the is_expired_certificate_blocked of this SslForwardProxyProfile. Whether to block sessions if server's certificate is expired. :return: The is_expired_certificate_blocked of this SslForwardProxyProfile. :rtype: bool �r"