📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
identity
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/identity/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_domain_details.cpython-39.pyc
a ���f}B � @ 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� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5�CreateDomainDetailsz` (For tenancies that support identity domains) Details for creating an identity domain. c K s� ddddddddddddddd�| _ dddd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a� Initializes a new CreateDomainDetails 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 CreateDomainDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateDomainDetails. :type display_name: str :param description: The value to assign to the description property of this CreateDomainDetails. :type description: str :param home_region: The value to assign to the home_region property of this CreateDomainDetails. :type home_region: str :param license_type: The value to assign to the license_type property of this CreateDomainDetails. :type license_type: str :param is_hidden_on_login: The value to assign to the is_hidden_on_login property of this CreateDomainDetails. :type is_hidden_on_login: bool :param admin_first_name: The value to assign to the admin_first_name property of this CreateDomainDetails. :type admin_first_name: str :param admin_last_name: The value to assign to the admin_last_name property of this CreateDomainDetails. :type admin_last_name: str :param admin_user_name: The value to assign to the admin_user_name property of this CreateDomainDetails. :type admin_user_name: str :param admin_email: The value to assign to the admin_email property of this CreateDomainDetails. :type admin_email: str :param is_notification_bypassed: The value to assign to the is_notification_bypassed property of this CreateDomainDetails. :type is_notification_bypassed: bool :param is_primary_email_required: The value to assign to the is_primary_email_required property of this CreateDomainDetails. :type is_primary_email_required: bool :param freeform_tags: The value to assign to the freeform_tags property of this CreateDomainDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateDomainDetails. :type defined_tags: dict(str, dict(str, object)) �str�boolzdict(str, str)zdict(str, dict(str, object)))�compartment_id�display_name�description�home_region�license_type�is_hidden_on_login�admin_first_name�admin_last_name�admin_user_name�admin_email�is_notification_bypassed�is_primary_email_required� freeform_tags�defined_tagsZ compartmentIdZdisplayNamer Z homeRegionZlicenseTypeZisHiddenOnLoginZadminFirstNameZ adminLastNameZ adminUserNameZ adminEmailZisNotificationBypassedZisPrimaryEmailRequiredZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_compartment_id� _display_name�_description�_home_region� _license_type�_is_hidden_on_login�_admin_first_name�_admin_last_name�_admin_user_name�_admin_email�_is_notification_bypassed�_is_primary_email_required�_freeform_tags� _defined_tags)�self�kwargs� r'