Dashboard
PHP:
8.3.33
OS:
Linux
User:
letter7
/
/
usr
/
libexec
/
oracle-cloud-agent
/
plugins
/
osms
/
oci
/
apigateway
/
models
📤 Upload
📝 New File
📁 New Folder
Close
Editing: pem_encoded_public_key.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�StaticPublicKey� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�PemEncodedPublicKeyzH A PEM-encoded public key used for verifying the JWT signature. c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS )a6 Initializes a new PemEncodedPublicKey object with values from keyword arguments. The default value of the :py:attr:`~oci.apigateway.models.PemEncodedPublicKey.format` attribute of this class is ``PEM`` and it should not be changed. 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 PemEncodedPublicKey. :type kid: str :param format: The value to assign to the format property of this PemEncodedPublicKey. Allowed values for this property are: "JSON_WEB_KEY", "PEM" :type format: str :param key: The value to assign to the key property of this PemEncodedPublicKey. :type key: str �str)�kid�format�keyr r r N�PEM)� swagger_types� attribute_map�_kid�_format�_key)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/apigateway/models/pem_encoded_public_key.py�__init__ s ��zPemEncodedPublicKey.__init__c C s | j S )z� **[Required]** Gets the key of this PemEncodedPublicKey. The content of the PEM-encoded public key. :return: The key of this PemEncodedPublicKey. :rtype: str �r �r r r r r 5 s zPemEncodedPublicKey.keyc C s || _ dS )z� Sets the key of this PemEncodedPublicKey. The content of the PEM-encoded public key. :param key: The key of this PemEncodedPublicKey. :type: str Nr )r r r r r r A s c C s t | �S �N)r r r r r �__repr__M s zPemEncodedPublicKey.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__P s zPemEncodedPublicKey.__eq__c C s | |k S r r r r r r �__ne__V s zPemEncodedPublicKey.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r s % r N) �static_public_keyr �oci.utilr r r �oci.decoratorsr r r r r r �<module> s
Save
Cancel