📂 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
›
identity
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/identity/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: domain.pyc
a N��fO � @ 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]�bool�datetimezdict(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 � compartmentId�displayNamer r � homeRegionUrl� homeRegion�replicaRegionsr �licenseType�isHiddenOnLogin�timeCreated�lifecycleState�lifecycleDetails�freeformTags�definedTagsN)� swagger_types� 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� rC �~/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/identity/models/domain.py�__init__4 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 �r1 �rA rC rC rD r � s z Domain.idc C s || _ dS )z� Sets the id of this Domain. The OCID of the identity domain. :param id: The id of this Domain. :type: str NrF )rA r rC rC rD r � s c C s | j S )z� **[Required]** Gets the compartment_id of this Domain. The OCID of the compartment containing the identity domain. :return: The compartment_id of this Domain. :rtype: str �r2 rG rC rC rD r � s zDomain.compartment_idc C s || _ dS )z� Sets the compartment_id of this Domain. The OCID of the compartment containing the identity domain. :param compartment_id: The compartment_id of this Domain. :type: str NrH )rA r rC rC rD r � s c C s | j S )z� **[Required]** Gets the display_name of this Domain. The mutable display name of the identity domain. :return: The display_name of this Domain. :rtype: str �r3 rG rC rC rD r � s zDomain.display_namec C s || _ dS )z� Sets the display_name of this Domain. The mutable display name of the identity domain. :param display_name: The display_name of this Domain. :type: str NrI )rA r rC rC rD r � s c C s | j S )z� **[Required]** Gets the description of this Domain. The identity domain description. You can have an empty description. :return: The description of this Domain. :rtype: str �r4 rG rC rC rD r � s zDomain.descriptionc C s || _ dS )z� Sets the description of this Domain. The identity domain description. You can have an empty description. :param description: The description of this Domain. :type: str NrJ )rA r rC rC rD r s c C s | j S )z� **[Required]** Gets the url of this Domain. Region-agnostic identity domain URL. :return: The url of this Domain. :rtype: str �r5 rG rC rC rD r s z Domain.urlc C s || _ dS )z� Sets the url of this Domain. Region-agnostic identity domain URL. :param url: The url of this Domain. :type: str NrK )rA r rC rC rD r # s c C s | j S )z� **[Required]** Gets the home_region_url of this Domain. Region-specific identity domain URL. :return: The home_region_url of this Domain. :rtype: str �r6 rG rC rC rD r / s zDomain.home_region_urlc C s || _ dS )z� Sets the home_region_url of this Domain. Region-specific identity domain URL. :param home_region_url: The home_region_url of this Domain. :type: str NrL )rA r rC rC rD r ; s c C s | j S )a� **[Required]** Gets the home_region of this Domain. The home region for the identity domain. See `Regions and Availability Domains`__ for the full list of supported region names. Example: `us-phoenix-1` __ https://docs.cloud.oracle.com/Content/General/Concepts/regions.htm :return: The home_region of this Domain. :rtype: str �r7 rG rC rC rD r G s zDomain.home_regionc C s || _ dS )a� Sets the home_region of this Domain. The home region for the identity domain. See `Regions and Availability Domains`__ for the full list of supported region names. Example: `us-phoenix-1` __ https://docs.cloud.oracle.com/Content/General/Concepts/regions.htm :param home_region: The home_region of this Domain. :type: str NrM )rA r rC rC rD r Y s c C s | j S )a **[Required]** Gets the replica_regions of this Domain. The regions where replicas of the identity domain exist. :return: The replica_regions of this Domain. :rtype: list[oci.identity.models.ReplicatedRegionDetails] �r8 rG rC rC rD r k s zDomain.replica_regionsc C s || _ dS )a Sets the replica_regions of this Domain. The regions where replicas of the identity domain exist. :param replica_regions: The replica_regions of this Domain. :type: list[oci.identity.models.ReplicatedRegionDetails] NrN )rA r rC rC rD r w s c C s | j S )aY **[Required]** Gets the type of this Domain. The type of the 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'. :return: The type of this Domain. :rtype: str )r9 rG rC rC rD r � s zDomain.typec C s ddg}t ||�sd}|| _dS )z� Sets the type of this Domain. The type of the domain. :param type: The type of this Domain. :type: str r r �UNKNOWN_ENUM_VALUEN)r r9 )rA r �allowed_valuesrC rC rD r � s c C s | j S )z� **[Required]** Gets the license_type of this Domain. The license type of the identity domain. :return: The license_type of this Domain. :rtype: str �r: rG rC rC rD r � s zDomain.license_typec C s || _ dS )z� Sets the license_type of this Domain. The license type of the identity domain. :param license_type: The license_type of this Domain. :type: str NrQ )rA r rC rC rD r � s c C s | j S )z� **[Required]** Gets the is_hidden_on_login of this Domain. Indicates whether the identity domain is hidden on the sign-in screen or not. :return: The is_hidden_on_login of this Domain. :rtype: bool �r; rG rC rC rD r � s zDomain.is_hidden_on_loginc C s || _ dS )z� Sets the is_hidden_on_login of this Domain. Indicates whether the identity domain is hidden on the sign-in screen or not. :param is_hidden_on_login: The is_hidden_on_login of this Domain. :type: bool NrR )rA r rC rC rD r � s c C s | j S )a **[Required]** Gets the time_created of this Domain. Date and time the identity domain was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z` :return: The time_created of this Domain. :rtype: datetime �r<