📂 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: identity_provider.cpython-39.pyc
a ���f�A � @ 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 @ sn e Zd ZdZdZdZdZdZdZdd� Z e d d � �Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zd,d-� Zd.d/� Zd0d1� Zd2S )3�IdentityProviderax The resulting base object when you add an identity provider to your tenancy. A :class:`Saml2IdentityProvider` is a specific type of `IdentityProvider` that supports the SAML 2.0 protocol. Each `IdentityProvider` object has its own OCID. For more information, see `Identity Providers and Federation`__. To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. If you're an administrator who needs to write policies to give users access, see `Get Started with Policies`__. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. __ https://docs.cloud.oracle.com/Content/Identity/Concepts/federation.htm __ https://docs.cloud.oracle.com/Content/Identity/policiesgs/get-started-with-policies.htm �CREATING�ACTIVE�INACTIVE�DELETING�DELETEDc K s� dddddddddddd�| _ ddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a Initializes a new IdentityProvider object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.identity.models.Saml2IdentityProvider` 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 IdentityProvider. :type id: str :param compartment_id: The value to assign to the compartment_id property of this IdentityProvider. :type compartment_id: str :param name: The value to assign to the name property of this IdentityProvider. :type name: str :param description: The value to assign to the description property of this IdentityProvider. :type description: str :param product_type: The value to assign to the product_type property of this IdentityProvider. :type product_type: str :param time_created: The value to assign to the time_created property of this IdentityProvider. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this IdentityProvider. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param inactive_status: The value to assign to the inactive_status property of this IdentityProvider. :type inactive_status: int :param protocol: The value to assign to the protocol property of this IdentityProvider. :type protocol: str :param freeform_tags: The value to assign to the freeform_tags property of this IdentityProvider. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this IdentityProvider. :type defined_tags: dict(str, dict(str, object)) �strZdatetime�intzdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�name�description�product_type�time_created�lifecycle_state�inactive_status�protocol� freeform_tags�defined_tagsr Z compartmentIdr r ZproductTypeZtimeCreatedZlifecycleStateZinactiveStatusr ZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map�_id�_compartment_id�_name�_description� _product_type� _time_created�_lifecycle_state�_inactive_status� _protocol�_freeform_tags� _defined_tags)�self�kwargs� r&