📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
apigateway
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/apigateway/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: o_auth2_response_validation_failure_policy.cpython-39.pyc
a ���f�6 � @ 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 @ s8 e Zd ZdZdZdd� Zedd� �Zejdd� �Zedd � �Z e jd d � �Z edd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zd#d$� Zd%d&� Zd'd(� Zd)S )*�%OAuth2ResponseValidationFailurePolicyz6 Policy to specify OAuth2 flow configuration. �CODEc K s� dddddddddddd�| _ dd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _dS )a< Initializes a new OAuth2ResponseValidationFailurePolicy object with values from keyword arguments. The default value of the :py:attr:`~oci.apigateway.models.OAuth2ResponseValidationFailurePolicy.type` attribute of this class is ``OAUTH2`` 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 OAuth2ResponseValidationFailurePolicy. Allowed values for this property are: "MODIFY_RESPONSE", "OAUTH2", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param client_details: The value to assign to the client_details property of this OAuth2ResponseValidationFailurePolicy. :type client_details: oci.apigateway.models.ClientAppDetails :param source_uri_details: The value to assign to the source_uri_details property of this OAuth2ResponseValidationFailurePolicy. :type source_uri_details: oci.apigateway.models.SourceUriDetails :param scopes: The value to assign to the scopes property of this OAuth2ResponseValidationFailurePolicy. :type scopes: list[str] :param max_expiry_duration_in_hours: The value to assign to the max_expiry_duration_in_hours property of this OAuth2ResponseValidationFailurePolicy. :type max_expiry_duration_in_hours: int :param use_cookies_for_session: The value to assign to the use_cookies_for_session property of this OAuth2ResponseValidationFailurePolicy. :type use_cookies_for_session: bool :param use_cookies_for_intermediate_steps: The value to assign to the use_cookies_for_intermediate_steps property of this OAuth2ResponseValidationFailurePolicy. :type use_cookies_for_intermediate_steps: bool :param use_pkce: The value to assign to the use_pkce property of this OAuth2ResponseValidationFailurePolicy. :type use_pkce: bool :param response_type: The value to assign to the response_type property of this OAuth2ResponseValidationFailurePolicy. Allowed values for this property are: "CODE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type response_type: str :param fallback_redirect_path: The value to assign to the fallback_redirect_path property of this OAuth2ResponseValidationFailurePolicy. :type fallback_redirect_path: str :param logout_path: The value to assign to the logout_path property of this OAuth2ResponseValidationFailurePolicy. :type logout_path: str �strZClientAppDetailsZSourceUriDetailsz list[str]�int�bool)�type�client_details�source_uri_details�scopes�max_expiry_duration_in_hours�use_cookies_for_session�"use_cookies_for_intermediate_steps�use_pkce� response_type�fallback_redirect_path�logout_pathr Z clientDetailsZsourceUriDetailsr ZmaxExpiryDurationInHoursZuseCookiesForSessionZuseCookiesForIntermediateStepsZusePkceZresponseTypeZfallbackRedirectPathZ logoutPathNZOAUTH2) Z swagger_typesZ attribute_mapZ_type�_client_details�_source_uri_details�_scopes�_max_expiry_duration_in_hours�_use_cookies_for_session�#_use_cookies_for_intermediate_steps� _use_pkce�_response_type�_fallback_redirect_path�_logout_path)�self�kwargs� r$ �d/usr/lib/python3.9/site-packages/oci/apigateway/models/o_auth2_response_validation_failure_policy.py�__init__ sH 8��z.OAuth2ResponseValidationFailurePolicy.__init__c C s | j S )z� **[Required]** Gets the client_details of this OAuth2ResponseValidationFailurePolicy. :return: The client_details of this OAuth2ResponseValidationFailurePolicy. :rtype: oci.apigateway.models.ClientAppDetails �r �r"