ruạṛ
a O��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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�AuthServiceUserz AuthServiceUser model. c K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) av Initializes a new AuthServiceUser object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this AuthServiceUser. :type compartment_id: str :param tenant_id: The value to assign to the tenant_id property of this AuthServiceUser. :type tenant_id: str :param id: The value to assign to the id property of this AuthServiceUser. :type id: str :param name: The value to assign to the name property of this AuthServiceUser. :type name: str :param display_name: The value to assign to the display_name property of this AuthServiceUser. :type display_name: str �str)�compartment_id� tenant_id�id�name�display_name� compartmentId�tenantIdr r �displayNameN)� swagger_types� attribute_map�_compartment_id� _tenant_id�_id�_name� _display_name)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/identity_data_plane/models/auth_service_user.py�__init__ s"