📂 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: remote_json_web_key_set.cpython-39.pyc
a ���fQ � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�PublicKeySet� )�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 )�RemoteJsonWebKeySetz� 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 sB ddddd�| _ ddddd�| _d | _d | _d | _d | _d | _d S )a< Initializes a new RemoteJsonWebKeySet object with values from keyword arguments. The default value of the :py:attr:`~oci.apigateway.models.RemoteJsonWebKeySet.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 RemoteJsonWebKeySet. Allowed values for this property are: "STATIC_KEYS", "REMOTE_JWKS" :type type: str :param uri: The value to assign to the uri property of this RemoteJsonWebKeySet. :type uri: str :param is_ssl_verify_disabled: The value to assign to the is_ssl_verify_disabled property of this RemoteJsonWebKeySet. :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 RemoteJsonWebKeySet. :type max_cache_duration_in_hours: int �str�bool�int)�type�uri�is_ssl_verify_disabled�max_cache_duration_in_hoursr r ZisSslVerifyDisabledZmaxCacheDurationInHoursNZREMOTE_JWKS)Z swagger_typesZ attribute_mapZ_type�_uri�_is_ssl_verify_disabled�_max_cache_duration_in_hours)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/apigateway/models/remote_json_web_key_set.py�__init__ s ��zRemoteJsonWebKeySet.__init__c C s | j S )z� **[Required]** Gets the uri of this RemoteJsonWebKeySet. The uri from which to retrieve the key. It must be accessible without authentication. :return: The uri of this RemoteJsonWebKeySet. :rtype: str �r �r r r r r @ s zRemoteJsonWebKeySet.uric C s || _ dS )z� Sets the uri of this RemoteJsonWebKeySet. The uri from which to retrieve the key. It must be accessible without authentication. :param uri: The uri of this RemoteJsonWebKeySet. :type: str Nr )r r r r r r M s c C s | j S )z� Gets the is_ssl_verify_disabled of this RemoteJsonWebKeySet. Defines whether or not to uphold SSL verification. :return: The is_ssl_verify_disabled of this RemoteJsonWebKeySet. :rtype: bool �r r r r r r Z s z*RemoteJsonWebKeySet.is_ssl_verify_disabledc C s || _ dS )z� Sets the is_ssl_verify_disabled of this RemoteJsonWebKeySet. Defines whether or not to uphold SSL verification. :param is_ssl_verify_disabled: The is_ssl_verify_disabled of this RemoteJsonWebKeySet. :type: bool Nr )r r r r r r f s c C s | j S )a Gets the max_cache_duration_in_hours of this RemoteJsonWebKeySet. The duration for which the JWKS should be cached before it is fetched again. :return: The max_cache_duration_in_hours of this RemoteJsonWebKeySet. :rtype: int �r r r r r r r s z/RemoteJsonWebKeySet.max_cache_duration_in_hoursc C s || _ dS )a. Sets the max_cache_duration_in_hours of this RemoteJsonWebKeySet. 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 RemoteJsonWebKeySet. :type: int Nr )r r r r r r s c C s t | �S �N)r r r r r �__repr__� s zRemoteJsonWebKeySet.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zRemoteJsonWebKeySet.__eq__c C s | |k S r r r r r r �__ne__� s zRemoteJsonWebKeySet.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r! r"