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 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� �Zd!d"� Zd#d$� Zd%d&� Zd'S )(�CreateUserDetailsz* Details for creating a new user. �LIMIT�LEGACY_LIMIT�TECH�ACCOUNT�TAXONOMYc K sd ddddddddd�| _ ddddddd d d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a� Initializes a new CreateUserDetails 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 CreateUserDetails. :type compartment_id: str :param first_name: The value to assign to the first_name property of this CreateUserDetails. :type first_name: str :param last_name: The value to assign to the last_name property of this CreateUserDetails. :type last_name: str :param csi: The value to assign to the csi property of this CreateUserDetails. :type csi: str :param phone: The value to assign to the phone property of this CreateUserDetails. :type phone: str :param timezone: The value to assign to the timezone property of this CreateUserDetails. :type timezone: str :param organization_name: The value to assign to the organization_name property of this CreateUserDetails. :type organization_name: str :param problem_type: The value to assign to the problem_type property of this CreateUserDetails. Allowed values for this property are: "LIMIT", "LEGACY_LIMIT", "TECH", "ACCOUNT", "TAXONOMY" :type problem_type: str �str)�compartment_id� first_name� last_name�csi�phone�timezone�organization_name�problem_typeZ compartmentIdZ firstNameZlastNamer r r ZorganizationNameZproblemTypeN) Z swagger_typesZ attribute_map�_compartment_id�_first_name� _last_name�_csi�_phone� _timezone�_organization_name� _problem_type)�self�kwargs� r �G/usr/lib/python3.9/site-packages/oci/cims/models/create_user_details.py�__init__&