📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
identity_data_plane
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/identity_data_plane/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: identity_provider.cpython-39.opt-1.pyc
a ���f�* � @ 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 @ s8 e Zd ZdZdZdd� Zedd� �Zejdd� �Zedd � �Z e jd d � �Z edd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zd#d$� Zd%d&� Zd'd(� Zd)S )*�IdentityProviderz! IdentityProvider model. �SAML2c K sx ddddddddddd� | _ ddddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a Initializes a new IdentityProvider 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 IdentityProvider. :type id: str :param name: The value to assign to the name property of this IdentityProvider. :type name: str :param tenant_name: The value to assign to the tenant_name property of this IdentityProvider. :type tenant_name: str :param tenant_id: The value to assign to the tenant_id property of this IdentityProvider. :type tenant_id: str :param redirect_uri: The value to assign to the redirect_uri property of this IdentityProvider. :type redirect_uri: str :param signing_certificate: The value to assign to the signing_certificate property of this IdentityProvider. :type signing_certificate: str :param protocol: The value to assign to the protocol property of this IdentityProvider. Allowed values for this property are: "SAML2" :type protocol: str :param service_provider_entity_id: The value to assign to the service_provider_entity_id property of this IdentityProvider. :type service_provider_entity_id: str :param force_authentication: The value to assign to the force_authentication property of this IdentityProvider. :type force_authentication: bool :param authn_context_class_refs: The value to assign to the authn_context_class_refs property of this IdentityProvider. :type authn_context_class_refs: list[str] �str�boolz list[str]) �id�name�tenant_name� tenant_id�redirect_uri�signing_certificate�protocol�service_provider_entity_id�force_authentication�authn_context_class_refsr r Z tenantNameZtenantIdZredirectUriZsigningCertificater ZserviceProviderEntityIdZforceAuthenticationZauthnContextClassRefsN)Z swagger_typesZ attribute_map�_id�_name�_tenant_name� _tenant_id� _redirect_uri�_signing_certificate� _protocol�_service_provider_entity_id�_force_authentication�_authn_context_class_refs)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/identity_data_plane/models/identity_provider.py�__init__ s@ 0�� zIdentityProvider.__init__c C s | j S )z� **[Required]** Gets the id of this IdentityProvider. The id of the provider. :return: The id of this IdentityProvider. :rtype: str �r �r r r r! r j s zIdentityProvider.idc C s || _ dS )z� Sets the id of this IdentityProvider. The id of the provider. :param id: The id of this IdentityProvider. :type: str Nr# )r r r r r! r v s c C s | j S )z� **[Required]** Gets the name of this IdentityProvider. The name of the provider. :return: The name of this IdentityProvider. :rtype: str �r r$ r r r! r � s zIdentityProvider.namec C s || _ dS )z� Sets the name of this IdentityProvider. The name of the provider. :param name: The name of this IdentityProvider. :type: str Nr% )r r r r r! r � s c C s | j S )z� **[Required]** Gets the tenant_name of this IdentityProvider. The name of the tenant. :return: The tenant_name of this IdentityProvider. :rtype: str �r r$ r r r! r � s zIdentityProvider.tenant_namec C s || _ dS )z� Sets the tenant_name of this IdentityProvider. The name of the tenant. :param tenant_name: The tenant_name of this IdentityProvider. :type: str Nr&