📂 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: group.cpython-39.pyc
a ���f�3 � @ 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� �Ze d!d"� �Zejd#d"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�Groupa� A collection of users who all need the same type of access to a particular set of resources or compartment. For conceptual information about groups and other IAM Service components, see `Overview of IAM`__. If you're federating with an identity provider (IdP), you need to create mappings between the groups defined in the IdP and groups you define in the IAM service. For more information, see `Identity Providers and Federation`__. Also see :class:`IdentityProvider` and :class:`IdpGroupMapping`. 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/getstarted/identity-domains.htm __ 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 sn dddddddddd� | _ ddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new Group 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 Group. :type id: str :param compartment_id: The value to assign to the compartment_id property of this Group. :type compartment_id: str :param name: The value to assign to the name property of this Group. :type name: str :param description: The value to assign to the description property of this Group. :type description: str :param time_created: The value to assign to the time_created property of this Group. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this Group. 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 Group. :type inactive_status: int :param freeform_tags: The value to assign to the freeform_tags property of this Group. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Group. :type defined_tags: dict(str, dict(str, object)) �strZdatetime�intzdict(str, str)zdict(str, dict(str, object))) �id�compartment_id�name�description�time_created�lifecycle_state�inactive_status� freeform_tags�defined_tagsr Z compartmentIdr r ZtimeCreatedZlifecycleStateZinactiveStatusZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id�_name�_description� _time_created�_lifecycle_state�_inactive_status�_freeform_tags� _defined_tags)�self�kwargs� r"