ruạṛ
a ���fZ* � @ 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� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+� BdsApiKeyz" The API key information. �CREATING�ACTIVE�DELETING�DELETED�FAILEDc K sn dddddddddd� | _ dddddd d ddd� | _d | _d | _d | _d | _d | _d | _d | _d | _ d | _ d S )as Initializes a new BdsApiKey object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this BdsApiKey. :type id: str :param user_id: The value to assign to the user_id property of this BdsApiKey. :type user_id: str :param key_alias: The value to assign to the key_alias property of this BdsApiKey. :type key_alias: str :param default_region: The value to assign to the default_region property of this BdsApiKey. :type default_region: str :param tenant_id: The value to assign to the tenant_id property of this BdsApiKey. :type tenant_id: str :param fingerprint: The value to assign to the fingerprint property of this BdsApiKey. :type fingerprint: str :param pemfilepath: The value to assign to the pemfilepath property of this BdsApiKey. :type pemfilepath: str :param time_created: The value to assign to the time_created property of this BdsApiKey. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this BdsApiKey. Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str �strZdatetime) �id�user_id� key_alias�default_region� tenant_id�fingerprint�pemfilepath�time_created�lifecycle_stater ZuserIdZkeyAliasZ defaultRegionZtenantIdr r ZtimeCreatedZlifecycleStateN)Z swagger_typesZ attribute_map�_id�_user_id� _key_alias�_default_region� _tenant_id�_fingerprint�_pemfilepath� _time_created�_lifecycle_state)�self�kwargs� r! �>/usr/lib/python3.9/site-packages/oci/bds/models/bds_api_key.py�__init__&