📂 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: token_authentication_remote_discovery_validation_policy.cpython-39.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�#TokenAuthenticationValidationPolicy� )�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 dd� Zdd� Zdd� Z dS )�2TokenAuthenticationRemoteDiscoveryValidationPolicyzy Instrospect Url based validation retrieved at run-time from a remote location to verify the provided token. c K sV ddddddd�| _ dd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _dS )aS Initializes a new TokenAuthenticationRemoteDiscoveryValidationPolicy object with values from keyword arguments. The default value of the :py:attr:`~oci.apigateway.models.TokenAuthenticationRemoteDiscoveryValidationPolicy.type` attribute of this class is ``REMOTE_DISCOVERY`` 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 TokenAuthenticationRemoteDiscoveryValidationPolicy. Allowed values for this property are: "STATIC_KEYS", "REMOTE_JWKS", "REMOTE_DISCOVERY" :type type: str :param additional_validation_policy: The value to assign to the additional_validation_policy property of this TokenAuthenticationRemoteDiscoveryValidationPolicy. :type additional_validation_policy: oci.apigateway.models.AdditionalValidationPolicy :param client_details: The value to assign to the client_details property of this TokenAuthenticationRemoteDiscoveryValidationPolicy. :type client_details: oci.apigateway.models.ClientAppDetails :param source_uri_details: The value to assign to the source_uri_details property of this TokenAuthenticationRemoteDiscoveryValidationPolicy. :type source_uri_details: oci.apigateway.models.SourceUriDetails :param is_ssl_verify_disabled: The value to assign to the is_ssl_verify_disabled property of this TokenAuthenticationRemoteDiscoveryValidationPolicy. :type is_ssl_verify_disabled: bool :param max_cache_duration_in_hours: The value to assign to the max_cache_duration_in_hours property of this TokenAuthenticationRemoteDiscoveryValidationPolicy. :type max_cache_duration_in_hours: int �strZAdditionalValidationPolicyZClientAppDetailsZSourceUriDetails�bool�int)�typeZadditional_validation_policy�client_details�source_uri_details�is_ssl_verify_disabled�max_cache_duration_in_hoursr ZadditionalValidationPolicyZ clientDetailsZsourceUriDetailsZisSslVerifyDisabledZmaxCacheDurationInHoursNZREMOTE_DISCOVERY)Z swagger_typesZ attribute_mapZ_typeZ_additional_validation_policy�_client_details�_source_uri_details�_is_ssl_verify_disabled�_max_cache_duration_in_hours)�self�kwargs� r �q/usr/lib/python3.9/site-packages/oci/apigateway/models/token_authentication_remote_discovery_validation_policy.py�__init__ s* !� � z;TokenAuthenticationRemoteDiscoveryValidationPolicy.__init__c C s | j S )a **[Required]** Gets the client_details of this TokenAuthenticationRemoteDiscoveryValidationPolicy. :return: The client_details of this TokenAuthenticationRemoteDiscoveryValidationPolicy. :rtype: oci.apigateway.models.ClientAppDetails �r �r r r r r M s zATokenAuthenticationRemoteDiscoveryValidationPolicy.client_detailsc C s || _ dS )a Sets the client_details of this TokenAuthenticationRemoteDiscoveryValidationPolicy. :param client_details: The client_details of this TokenAuthenticationRemoteDiscoveryValidationPolicy. :type: oci.apigateway.models.ClientAppDetails Nr )r r r r r r W s c C s | j S )a **[Required]** Gets the source_uri_details of this TokenAuthenticationRemoteDiscoveryValidationPolicy. :return: The source_uri_details of this TokenAuthenticationRemoteDiscoveryValidationPolicy. :rtype: oci.apigateway.models.SourceUriDetails �r r r r r r a s zETokenAuthenticationRemoteDiscoveryValidationPolicy.source_uri_detailsc C s || _ dS )a Sets the source_uri_details of this TokenAuthenticationRemoteDiscoveryValidationPolicy. :param source_uri_details: The source_uri_details of this TokenAuthenticationRemoteDiscoveryValidationPolicy. :type: oci.apigateway.models.SourceUriDetails Nr )r r r r r r k s c C s | j S )a' Gets the is_ssl_verify_disabled of this TokenAuthenticationRemoteDiscoveryValidationPolicy. Defines whether or not to uphold SSL verification. :return: The is_ssl_verify_disabled of this TokenAuthenticationRemoteDiscoveryValidationPolicy. :rtype: bool �r r r r r r u s zITokenAuthenticationRemoteDiscoveryValidationPolicy.is_ssl_verify_disabledc C s || _ dS )a< Sets the is_ssl_verify_disabled of this TokenAuthenticationRemoteDiscoveryValidationPolicy. Defines whether or not to uphold SSL verification. :param is_ssl_verify_disabled: The is_ssl_verify_disabled of this TokenAuthenticationRemoteDiscoveryValidationPolicy. :type: bool Nr )r r r r r r � s c C s | j S )ae Gets the max_cache_duration_in_hours of this TokenAuthenticationRemoteDiscoveryValidationPolicy. The duration for which the introspect URL response should be cached before it is fetched again. :return: The max_cache_duration_in_hours of this TokenAuthenticationRemoteDiscoveryValidationPolicy. :rtype: int �r r r r r r � s zNTokenAuthenticationRemoteDiscoveryValidationPolicy.max_cache_duration_in_hoursc C s || _ dS )a Sets the max_cache_duration_in_hours of this TokenAuthenticationRemoteDiscoveryValidationPolicy. The duration for which the introspect URL response should be cached before it is fetched again. :param max_cache_duration_in_hours: The max_cache_duration_in_hours of this TokenAuthenticationRemoteDiscoveryValidationPolicy. :type: int Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z;TokenAuthenticationRemoteDiscoveryValidationPolicy.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z9TokenAuthenticationRemoteDiscoveryValidationPolicy.__eq__c C s | |k S r r r"