ruạṛ
a ���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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�AuthenticationRequestz& AuthenticationRequest model. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new AuthenticationRequest object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param user_name: The value to assign to the user_name property of this AuthenticationRequest. :type user_name: str :param password: The value to assign to the password property of this AuthenticationRequest. :type password: str :param tenant_name: The value to assign to the tenant_name property of this AuthenticationRequest. :type tenant_name: str �str)� user_name�password�tenant_nameZuserNamer Z tenantNameN)Z swagger_typesZ attribute_map� _user_name� _password�_tenant_name)�self�kwargs� r �Y/usr/lib/python3.9/site-packages/oci/identity_data_plane/models/authentication_request.py�__init__ s ��zAuthenticationRequest.__init__c C s | j S )z� **[Required]** Gets the user_name of this AuthenticationRequest. The user name :return: The user_name of this AuthenticationRequest. :rtype: str �r �r r r r r 4 s zAuthenticationRequest.user_namec C s || _ dS )z� Sets the user_name of this AuthenticationRequest. The user name :param user_name: The user_name of this AuthenticationRequest. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the password of this AuthenticationRequest. The password :return: The password of this AuthenticationRequest. :rtype: str �r r r r r r L s zAuthenticationRequest.passwordc C s || _ dS )z� Sets the password of this AuthenticationRequest. The password :param password: The password of this AuthenticationRequest. :type: str Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the tenant_name of this AuthenticationRequest. The name of the tenancy :return: The tenant_name of this AuthenticationRequest. :rtype: str �r r r r r r d s z!AuthenticationRequest.tenant_namec C s || _ dS )z� Sets the tenant_name of this AuthenticationRequest. The name of the tenancy :param tenant_name: The tenant_name of this AuthenticationRequest. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zAuthenticationRequest.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zAuthenticationRequest.__eq__c C s | |k S r r r r r r �__ne__� s zAuthenticationRequest.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"