📂 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
›
tenant_manager_control_plane
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/tenant_manager_control_plane/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: recipient_invitation.pyc
a O��f^E � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZdZd d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Zejd)d(� �Zed*d+� �Zejd,d+� �Zed-d.� �Zejd/d.� �Zed0d1� �Zejd2d1� �Zed3d4� �Zejd5d4� �Zd6d7� Z d8d9� Z!d:d;� Z"d<S )=�RecipientInvitationz7 The invitation model that the recipient owns. �CREATING�ACTIVE�INACTIVE�UPDATING�FAILED� TERMINATED�PENDING�CANCELED�ACCEPTED�IGNORED�EXPIREDc K s� dddddddddddddd� | _ dddd d ddd dddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new RecipientInvitation 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 RecipientInvitation. :type id: str :param compartment_id: The value to assign to the compartment_id property of this RecipientInvitation. :type compartment_id: str :param sender_invitation_id: The value to assign to the sender_invitation_id property of this RecipientInvitation. :type sender_invitation_id: str :param sender_tenancy_id: The value to assign to the sender_tenancy_id property of this RecipientInvitation. :type sender_tenancy_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this RecipientInvitation. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "FAILED", "TERMINATED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param status: The value to assign to the status property of this RecipientInvitation. Allowed values for this property are: "PENDING", "CANCELED", "ACCEPTED", "IGNORED", "EXPIRED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param display_name: The value to assign to the display_name property of this RecipientInvitation. :type display_name: str :param time_created: The value to assign to the time_created property of this RecipientInvitation. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this RecipientInvitation. :type time_updated: datetime :param recipient_email_address: The value to assign to the recipient_email_address property of this RecipientInvitation. :type recipient_email_address: str :param freeform_tags: The value to assign to the freeform_tags property of this RecipientInvitation. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this RecipientInvitation. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this RecipientInvitation. :type system_tags: dict(str, dict(str, object)) �str�datetimezdict(str, str)zdict(str, dict(str, object))) �id�compartment_id�sender_invitation_id�sender_tenancy_id�lifecycle_state�status�display_name�time_created�time_updated�recipient_email_address� freeform_tags�defined_tags�system_tagsr � compartmentId�senderInvitationId�senderTenancyId�lifecycleStater �displayName�timeCreated�timeUpdated�recipientEmailAddress�freeformTags�definedTags� systemTagsN)� swagger_types� attribute_map�_id�_compartment_id�_sender_invitation_id�_sender_tenancy_id�_lifecycle_state�_status� _display_name� _time_created� _time_updated�_recipient_email_address�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r= ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/tenant_manager_control_plane/models/recipient_invitation.py�__init__@ sR ?��zRecipientInvitation.__init__c C s | j S )z� **[Required]** Gets the id of this RecipientInvitation. OCID of the recipient invitation. :return: The id of this RecipientInvitation. :rtype: str �r. �r; r= r= r>