ruạṛ
a O��fl � @ 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_name�userNamer � tenantNameN)� swagger_types� attribute_map� _user_name� _password�_tenant_name)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 2 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 >