📂 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: create_saml2_identity_provider_details.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateIdentityProviderDetails� )�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 d d� Z dd� Zdd� ZdS )�"CreateSaml2IdentityProviderDetailsz3 CreateSaml2IdentityProviderDetails model. c K s~ ddddddddddd� | _ ddddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new CreateSaml2IdentityProviderDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.identity.models.CreateSaml2IdentityProviderDetails.protocol` attribute of this class is ``SAML2`` and it should not be changed. 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 CreateSaml2IdentityProviderDetails. :type compartment_id: str :param name: The value to assign to the name property of this CreateSaml2IdentityProviderDetails. :type name: str :param description: The value to assign to the description property of this CreateSaml2IdentityProviderDetails. :type description: str :param product_type: The value to assign to the product_type property of this CreateSaml2IdentityProviderDetails. Allowed values for this property are: "IDCS", "ADFS" :type product_type: str :param protocol: The value to assign to the protocol property of this CreateSaml2IdentityProviderDetails. Allowed values for this property are: "SAML2", "ADFS" :type protocol: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateSaml2IdentityProviderDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateSaml2IdentityProviderDetails. :type defined_tags: dict(str, dict(str, object)) :param metadata_url: The value to assign to the metadata_url property of this CreateSaml2IdentityProviderDetails. :type metadata_url: str :param metadata: The value to assign to the metadata property of this CreateSaml2IdentityProviderDetails. :type metadata: str :param freeform_attributes: The value to assign to the freeform_attributes property of this CreateSaml2IdentityProviderDetails. :type freeform_attributes: dict(str, str) �strzdict(str, str)zdict(str, dict(str, object))) �compartment_id�name�description�product_type�protocol� freeform_tags�defined_tags�metadata_url�metadata�freeform_attributes� compartmentIdr r �productTyper �freeformTags�definedTags�metadataUrlr �freeformAttributesN�SAML2)� swagger_types� attribute_map�_compartment_id�_name�_description� _product_type� _protocol�_freeform_tags� _defined_tags� _metadata_url� _metadata�_freeform_attributes)�self�kwargs� r) ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/identity/models/create_saml2_identity_provider_details.py�__init__ sB 2�� z+CreateSaml2IdentityProviderDetails.__init__c C s | j S )aC **[Required]** Gets the metadata_url of this CreateSaml2IdentityProviderDetails. The URL for retrieving the identity provider's metadata, which contains information required for federating. :return: The metadata_url of this CreateSaml2IdentityProviderDetails. :rtype: str �r$ �r'