ruạṛ
a N��f�% � @ 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 @ s� e Zd ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zd d!� Zd"d#� Zd$S )%�ApiKeya� A PEM-format RSA credential for securing requests to the Oracle Cloud Infrastructure REST API. Also known as an *API signing key*. Specifically, this is the public key from the key pair. The private key remains with the user calling the API. For information about generating a key pair in the required PEM format, see `Required Keys and OCIDs`__. **Important:** This is **not** the SSH key for accessing compute instances. Each user can have a maximum of three API signing keys. For more information about user credentials, see `User Credentials`__. __ https://docs.cloud.oracle.com/Content/API/Concepts/apisigningkey.htm __ https://docs.cloud.oracle.com/Content/Identity/Concepts/usercredentials.htm �CREATING�ACTIVE�INACTIVE�DELETING�DELETEDc K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a\ Initializes a new ApiKey object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key_id: The value to assign to the key_id property of this ApiKey. :type key_id: str :param key_value: The value to assign to the key_value property of this ApiKey. :type key_value: str :param fingerprint: The value to assign to the fingerprint property of this ApiKey. :type fingerprint: str :param user_id: The value to assign to the user_id property of this ApiKey. :type user_id: str :param time_created: The value to assign to the time_created property of this ApiKey. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this ApiKey. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param inactive_status: The value to assign to the inactive_status property of this ApiKey. :type inactive_status: int �str�datetime�int)�key_id� key_value�fingerprint�user_id�time_created�lifecycle_state�inactive_status�keyId�keyValuer �userId�timeCreated�lifecycleState�inactiveStatusN) � swagger_types� attribute_map�_key_id� _key_value�_fingerprint�_user_id� _time_created�_lifecycle_state�_inactive_status)�self�kwargs� r'