📂 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.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: static_public_key.pyc
a N��fh � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sx e Zd ZdZdZdZdd� Zedd� �Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Zdd� Z dd� Zdd� ZdS )�StaticPublicKeyzH A static public key which is used to verify the JWT signature. �JSON_WEB_KEY�PEMc K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new StaticPublicKey object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.apigateway.models.JsonWebKey` * :class:`~oci.apigateway.models.PemEncodedPublicKey` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param kid: The value to assign to the kid property of this StaticPublicKey. :type kid: str :param format: The value to assign to the format property of this StaticPublicKey. Allowed values for this property are: "JSON_WEB_KEY", "PEM", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type format: str �str)�kid�formatr r N)� swagger_types� attribute_map�_kid�_format)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/apigateway/models/static_public_key.py�__init__ s ��zStaticPublicKey.__init__c C s( | d }|dkrdS |dkr dS dS dS )z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r r � JsonWebKeyr �PemEncodedPublicKeyr Nr )�object_dictionary�typer r r �get_subtype: s zStaticPublicKey.get_subtypec C s | j S )z� **[Required]** Gets the kid of this StaticPublicKey. A unique key ID. This key will be used to verify the signature of a JWT with matching "kid". :return: The kid of this StaticPublicKey. :rtype: str �r �r r r r r J s zStaticPublicKey.kidc C s || _ dS )z� Sets the kid of this StaticPublicKey. A unique key ID. This key will be used to verify the signature of a JWT with matching "kid". :param kid: The kid of this StaticPublicKey. :type: str Nr )r r r r r r W s c C s | j S )at **[Required]** Gets the format of this StaticPublicKey. The format of the public key. Allowed values for this property are: "JSON_WEB_KEY", "PEM", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The format of this StaticPublicKey. :rtype: str )r r r r r r d s zStaticPublicKey.formatc C s ddg}t ||�sd}|| _dS )z� Sets the format of this StaticPublicKey. The format of the public key. :param format: The format of this StaticPublicKey. :type: str r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r s s c C s t | �S �N)r r r r r �__repr__� s zStaticPublicKey.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zStaticPublicKey.__eq__c C s | |k S r r r! r r r �__ne__� s zStaticPublicKey.__ne__N)�__name__� __module__�__qualname__�__doc__�FORMAT_JSON_WEB_KEY� FORMAT_PEMr �staticmethodr �propertyr �setterr r r# r$ r r r r r s"