📂 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: domain.cpython-39.pyc
a ���fsO � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zed4d5� �Zejd6d5� �Zed7d8� �Zejd9d8� �Zed:d;� �Zejd<d;� �Zd=d>� Z d?d@� Z!dAdB� Z"dCS )D�Domaina (For tenancies that support identity domains) Properties for an identity domain. An identity domain is used to manage users and groups, integration standards, external identities, and secure application integration through Oracle Single Sign-on (SSO) configuration. �DEFAULT� SECONDARY�CREATING�ACTIVE�DELETING�INACTIVE�DEACTIVATING� ACTIVATING�UPDATINGc K s� ddddddddddddddddd�| _ dd d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a& Initializes a new Domain object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this Domain. :type id: str :param compartment_id: The value to assign to the compartment_id property of this Domain. :type compartment_id: str :param display_name: The value to assign to the display_name property of this Domain. :type display_name: str :param description: The value to assign to the description property of this Domain. :type description: str :param url: The value to assign to the url property of this Domain. :type url: str :param home_region_url: The value to assign to the home_region_url property of this Domain. :type home_region_url: str :param home_region: The value to assign to the home_region property of this Domain. :type home_region: str :param replica_regions: The value to assign to the replica_regions property of this Domain. :type replica_regions: list[oci.identity.models.ReplicatedRegionDetails] :param type: The value to assign to the type property of this Domain. Allowed values for this property are: "DEFAULT", "SECONDARY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param license_type: The value to assign to the license_type property of this Domain. :type license_type: str :param is_hidden_on_login: The value to assign to the is_hidden_on_login property of this Domain. :type is_hidden_on_login: bool :param time_created: The value to assign to the time_created property of this Domain. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this Domain. Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", "INACTIVE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this Domain. Allowed values for this property are: "DEACTIVATING", "ACTIVATING", "UPDATING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this Domain. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Domain. :type defined_tags: dict(str, dict(str, object)) �strzlist[ReplicatedRegionDetails]�boolZdatetimezdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�display_name�description�url�home_region_url�home_region�replica_regions�type�license_type�is_hidden_on_login�time_created�lifecycle_state�lifecycle_details� freeform_tags�defined_tagsr Z compartmentIdZdisplayNamer r Z homeRegionUrlZ homeRegionZreplicaRegionsr ZlicenseTypeZisHiddenOnLoginZtimeCreatedZlifecycleStateZlifecycleDetailsZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id� _display_name�_description�_url�_home_region_url�_home_region�_replica_regions�_type� _license_type�_is_hidden_on_login� _time_created�_lifecycle_state�_lifecycle_details�_freeform_tags� _defined_tags)�self�kwargs� r4 �>/usr/lib/python3.9/site-packages/oci/identity/models/domain.py�__init__6 sd M��zDomain.__init__c C s | j S )z� **[Required]** Gets the id of this Domain. The OCID of the identity domain. :return: The id of this Domain. :rtype: str �r"