📂 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_jwks_validation_policy.cpython-39.pyc
a ���fn � @ 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 d d� Z dd� Zdd� ZdS )�-TokenAuthenticationRemoteJWKSValidationPolicyz� A set of public keys that is retrieved at run-time from a remote location to verify the JWT signature. The set should only contain JWK-formatted keys. c K sL dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new TokenAuthenticationRemoteJWKSValidationPolicy object with values from keyword arguments. The default value of the :py:attr:`~oci.apigateway.models.TokenAuthenticationRemoteJWKSValidationPolicy.type` attribute of this class is ``REMOTE_JWKS`` 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 TokenAuthenticationRemoteJWKSValidationPolicy. 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 TokenAuthenticationRemoteJWKSValidationPolicy. :type additional_validation_policy: oci.apigateway.models.AdditionalValidationPolicy :param uri: The value to assign to the uri property of this TokenAuthenticationRemoteJWKSValidationPolicy. :type uri: str :param is_ssl_verify_disabled: The value to assign to the is_ssl_verify_disabled property of this TokenAuthenticationRemoteJWKSValidationPolicy. :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 TokenAuthenticationRemoteJWKSValidationPolicy. :type max_cache_duration_in_hours: int �strZAdditionalValidationPolicy�bool�int)�typeZadditional_validation_policy�uri�is_ssl_verify_disabled�max_cache_duration_in_hoursr ZadditionalValidationPolicyr ZisSslVerifyDisabledZmaxCacheDurationInHoursNZREMOTE_JWKS)Z swagger_typesZ attribute_mapZ_typeZ_additional_validation_policy�_uri�_is_ssl_verify_disabled�_max_cache_duration_in_hours)�self�kwargs� r �l/usr/lib/python3.9/site-packages/oci/apigateway/models/token_authentication_remote_jwks_validation_policy.py�__init__ s$ � �z6TokenAuthenticationRemoteJWKSValidationPolicy.__init__c C s | j S )a0 **[Required]** Gets the uri of this TokenAuthenticationRemoteJWKSValidationPolicy. The uri from which to retrieve the key. It must be accessible without authentication. :return: The uri of this TokenAuthenticationRemoteJWKSValidationPolicy. :rtype: str �r �r r r r r G s z1TokenAuthenticationRemoteJWKSValidationPolicy.uric C s || _ dS )a# Sets the uri of this TokenAuthenticationRemoteJWKSValidationPolicy. The uri from which to retrieve the key. It must be accessible without authentication. :param uri: The uri of this TokenAuthenticationRemoteJWKSValidationPolicy. :type: str Nr )r r r r r r T s c C s | j S )a Gets the is_ssl_verify_disabled of this TokenAuthenticationRemoteJWKSValidationPolicy. Defines whether or not to uphold SSL verification. :return: The is_ssl_verify_disabled of this TokenAuthenticationRemoteJWKSValidationPolicy. :rtype: bool �r r r r r r a s zDTokenAuthenticationRemoteJWKSValidationPolicy.is_ssl_verify_disabledc C s || _ dS )a2 Sets the is_ssl_verify_disabled of this TokenAuthenticationRemoteJWKSValidationPolicy. Defines whether or not to uphold SSL verification. :param is_ssl_verify_disabled: The is_ssl_verify_disabled of this TokenAuthenticationRemoteJWKSValidationPolicy. :type: bool Nr )r r r r r r m s c C s | j S )aH Gets the max_cache_duration_in_hours of this TokenAuthenticationRemoteJWKSValidationPolicy. The duration for which the JWKS should be cached before it is fetched again. :return: The max_cache_duration_in_hours of this TokenAuthenticationRemoteJWKSValidationPolicy. :rtype: int �r r r r r r y s zITokenAuthenticationRemoteJWKSValidationPolicy.max_cache_duration_in_hoursc C s || _ dS )ab Sets the max_cache_duration_in_hours of this TokenAuthenticationRemoteJWKSValidationPolicy. The duration for which the JWKS should be cached before it is fetched again. :param max_cache_duration_in_hours: The max_cache_duration_in_hours of this TokenAuthenticationRemoteJWKSValidationPolicy. :type: int Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z6TokenAuthenticationRemoteJWKSValidationPolicy.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z4TokenAuthenticationRemoteJWKSValidationPolicy.__eq__c C s | |k S r r r r r r �__ne__� s z4TokenAuthenticationRemoteJWKSValidationPolicy.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r! r"