ruạṛ
a O��fr � @ 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 )�ValidAuthenticateUserResultz, ValidAuthenticateUserResult model. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ValidAuthenticateUserResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param tenant_input: The value to assign to the tenant_input property of this ValidAuthenticateUserResult. :type tenant_input: str :param user_input: The value to assign to the user_input property of this ValidAuthenticateUserResult. :type user_input: str :param resolved_principal: The value to assign to the resolved_principal property of this ValidAuthenticateUserResult. :type resolved_principal: oci.identity_data_plane.models.AuthenticationPrincipal �str�AuthenticationPrincipal)�tenant_input� user_input�resolved_principal�tenantInput� userInput�resolvedPrincipalN)� swagger_types� attribute_map� _tenant_input�_user_input�_resolved_principal)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/identity_data_plane/models/valid_authenticate_user_result.py�__init__ s ��z$ValidAuthenticateUserResult.__init__c C s | j S )z� **[Required]** Gets the tenant_input of this ValidAuthenticateUserResult. The tenant name. :return: The tenant_input of this ValidAuthenticateUserResult. :rtype: str �r �r r r r r 2 s z(ValidAuthenticateUserResult.tenant_inputc C s || _ dS )z� Sets the tenant_input of this ValidAuthenticateUserResult. The tenant name. :param tenant_input: The tenant_input of this ValidAuthenticateUserResult. :type: str Nr )r r r r r r >