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� �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 �str�datetime) �id�user_id� key_alias�default_region� tenant_id�fingerprint�pemfilepath�time_created�lifecycle_stater �userId�keyAlias� defaultRegion�tenantIdr r �timeCreated�lifecycleStateN)� swagger_types� attribute_map�_id�_user_id� _key_alias�_default_region� _tenant_id�_fingerprint�_pemfilepath� _time_created�_lifecycle_state)�self�kwargs� r* �~/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/bds/models/bds_api_key.py�__init__$ s: -� �zBdsApiKey.__init__c C s | j S )z� **[Required]** Gets the id of this BdsApiKey. Identifier of the user's API key. :return: The id of this BdsApiKey. :rtype: str �r �r( r* r* r+ r r s zBdsApiKey.idc C s || _ dS )z� Sets the id of this BdsApiKey. Identifier of the user's API key. :param id: The id of this BdsApiKey. :type: str Nr- )r( r r* r* r+ r ~ s c C s | j S )z� **[Required]** Gets the user_id of this BdsApiKey. The user OCID for which this API key was created. :return: The user_id of this BdsApiKey. :rtype: str �r r. r* r* r+ r � s zBdsApiKey.user_idc C s || _ dS )z� Sets the user_id of this BdsApiKey. The user OCID for which this API key was created. :param user_id: The user_id of this BdsApiKey. :type: str Nr/ )r( r r* r* r+ r � s c C s | j S )a- **[Required]** Gets the key_alias of this BdsApiKey. User friendly identifier used to uniquely differentiate between different API keys. Only ASCII alphanumeric characters with no spaces allowed. :return: The key_alias of this BdsApiKey. :rtype: str �r! r. r* r* r+ r � s zBdsApiKey.key_aliasc C s || _ dS )a& Sets the key_alias of this BdsApiKey. User friendly identifier used to uniquely differentiate between different API keys. Only ASCII alphanumeric characters with no spaces allowed. :param key_alias: The key_alias of this BdsApiKey. :type: str Nr0 )r( r r* r* r+ r � s c C s | j S )z� **[Required]** Gets the default_region of this BdsApiKey. The name of the region to establish the Object Storage endpoint. Example us-phoenix-1 . :return: The default_region of this BdsApiKey. :rtype: str �r"