📂 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
›
apigateway
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/apigateway/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: modify_response_validation_failure_policy.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ValidationFailurePolicy� )�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 d d� Z dd� Zdd� ZdS )�%ModifyResponseValidationFailurePolicyzN Policy to specify how to modify the response code, body and headers. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) a� Initializes a new ModifyResponseValidationFailurePolicy object with values from keyword arguments. The default value of the :py:attr:`~oci.apigateway.models.ModifyResponseValidationFailurePolicy.type` attribute of this class is ``MODIFY_RESPONSE`` 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 ModifyResponseValidationFailurePolicy. Allowed values for this property are: "MODIFY_RESPONSE", "OAUTH2" :type type: str :param response_code: The value to assign to the response_code property of this ModifyResponseValidationFailurePolicy. :type response_code: str :param response_message: The value to assign to the response_message property of this ModifyResponseValidationFailurePolicy. :type response_message: str :param response_header_transformations: The value to assign to the response_header_transformations property of this ModifyResponseValidationFailurePolicy. :type response_header_transformations: oci.apigateway.models.HeaderTransformationPolicy �str�HeaderTransformationPolicy)�type� response_code�response_message�response_header_transformationsr �responseCode�responseMessage�responseHeaderTransformationsN�MODIFY_RESPONSE)� swagger_types� attribute_map�_type�_response_code�_response_message� _response_header_transformations)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/apigateway/models/modify_response_validation_failure_policy.py�__init__ s ��z.ModifyResponseValidationFailurePolicy.__init__c C s | j S )z� Gets the response_code of this ModifyResponseValidationFailurePolicy. HTTP response code, can include context variables. :return: The response_code of this ModifyResponseValidationFailurePolicy. :rtype: str �r �r r r r r <