📂 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.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: idp_group_mapping.cpython-39.pyc
a ���fS+ � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Zd!d"� Zd#d$� Zd%d&� Zd'S )(�IdpGroupMappinga� A mapping between a single group defined by the identity provider (IdP) you're federating with and a single IAM Service :class:`Group` in Oracle Cloud Infrastructure. For more information about group mappings and what they're for, see `Identity Providers and Federation`__. A given IdP group can be mapped to zero, one, or multiple IAM Service groups, and vice versa. But each `IdPGroupMapping` object is between only a single IdP group and IAM Service group. Each `IdPGroupMapping` object has its own OCID. **Note:** Any users who are in more than 50 IdP groups cannot be authenticated to use the Oracle Cloud Infrastructure Console. __ https://docs.cloud.oracle.com/Content/Identity/Concepts/federation.htm �CREATING�ACTIVE�INACTIVE�DELETING�DELETEDc K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )a5 Initializes a new IdpGroupMapping 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 IdpGroupMapping. :type id: str :param idp_id: The value to assign to the idp_id property of this IdpGroupMapping. :type idp_id: str :param idp_group_name: The value to assign to the idp_group_name property of this IdpGroupMapping. :type idp_group_name: str :param group_id: The value to assign to the group_id property of this IdpGroupMapping. :type group_id: str :param compartment_id: The value to assign to the compartment_id property of this IdpGroupMapping. :type compartment_id: str :param time_created: The value to assign to the time_created property of this IdpGroupMapping. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this IdpGroupMapping. 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 IdpGroupMapping. :type inactive_status: int �strZdatetime�int)�id�idp_id�idp_group_name�group_id�compartment_id�time_created�lifecycle_state�inactive_statusr ZidpIdZidpGroupNameZgroupIdZ compartmentIdZtimeCreatedZlifecycleStateZinactiveStatusN) Z swagger_typesZ attribute_map�_id�_idp_id�_idp_group_name� _group_id�_compartment_id� _time_created�_lifecycle_state�_inactive_status)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/identity/models/idp_group_mapping.py�__init__2 s4 )��zIdpGroupMapping.__init__c C s | j S )z� **[Required]** Gets the id of this IdpGroupMapping. The OCID of the `IdpGroupMapping`. :return: The id of this IdpGroupMapping. :rtype: str �r �r r r r! r y s zIdpGroupMapping.idc C s || _ dS )z� Sets the id of this IdpGroupMapping. The OCID of the `IdpGroupMapping`. :param id: The id of this IdpGroupMapping. :type: str Nr# )r r r r r! r � s c C s | j S )z� **[Required]** Gets the idp_id of this IdpGroupMapping. The OCID of the `IdentityProvider` this mapping belongs to. :return: The idp_id of this IdpGroupMapping. :rtype: str �r r$ r r r! r � s zIdpGroupMapping.idp_idc C s || _ dS )z� Sets the idp_id of this IdpGroupMapping. The OCID of the `IdentityProvider` this mapping belongs to. :param idp_id: The idp_id of this IdpGroupMapping. :type: str Nr% )r r r r r! r � s c C s | j S )z� **[Required]** Gets the idp_group_name of this IdpGroupMapping. The name of the IdP group that is mapped to the IAM Service group. :return: The idp_group_name of this IdpGroupMapping. :rtype: str �r r$ r r r! r � s zIdpGroupMapping.idp_group_namec C s || _ dS )z� Sets the idp_group_name of this IdpGroupMapping. The name of the IdP group that is mapped to the IAM Service group. :param idp_group_name: The idp_group_name of this IdpGroupMapping. :type: str Nr&