📂 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
›
bds
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/bds/models/__pycache__
💾
Free:
45.5 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: resource_principal_configuration_summary.cpython-39.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 @ s e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�%ResourcePrincipalConfigurationSummaryz3 Resource Principal Session Token Details. c K sd ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS ) a` Initializes a new ResourcePrincipalConfigurationSummary 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 ResourcePrincipalConfigurationSummary. :type id: str :param bds_instance_id: The value to assign to the bds_instance_id property of this ResourcePrincipalConfigurationSummary. :type bds_instance_id: str :param display_name: The value to assign to the display_name property of this ResourcePrincipalConfigurationSummary. :type display_name: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ResourcePrincipalConfigurationSummary. :type lifecycle_state: str :param time_token_refreshed: The value to assign to the time_token_refreshed property of this ResourcePrincipalConfigurationSummary. :type time_token_refreshed: datetime :param time_token_expiry: The value to assign to the time_token_expiry property of this ResourcePrincipalConfigurationSummary. :type time_token_expiry: datetime :param time_created: The value to assign to the time_created property of this ResourcePrincipalConfigurationSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ResourcePrincipalConfigurationSummary. :type time_updated: datetime �strZdatetime)�id�bds_instance_id�display_name�lifecycle_state�time_token_refreshed�time_token_expiry�time_created�time_updatedr Z bdsInstanceIdZdisplayNameZlifecycleStateZtimeTokenRefreshedZtimeTokenExpiryZtimeCreatedZtimeUpdatedN) Z swagger_typesZ attribute_map�_id�_bds_instance_id� _display_name�_lifecycle_state�_time_token_refreshed�_time_token_expiry� _time_created� _time_updated)�self�kwargs� r �[/usr/lib/python3.9/site-packages/oci/bds/models/resource_principal_configuration_summary.py�__init__ s4 '��z.ResourcePrincipalConfigurationSummary.__init__c C s | j S )z� **[Required]** Gets the id of this ResourcePrincipalConfigurationSummary. the ID of the ResourcePrincipalConfiguration. :return: The id of this ResourcePrincipalConfigurationSummary. :rtype: str �r �r r r r r W s z(ResourcePrincipalConfigurationSummary.idc C s || _ dS )z� Sets the id of this ResourcePrincipalConfigurationSummary. the ID of the ResourcePrincipalConfiguration. :param id: The id of this ResourcePrincipalConfigurationSummary. :type: str Nr )r r r r r r c s c C s | j S )a **[Required]** Gets the bds_instance_id of this ResourcePrincipalConfigurationSummary. the OCID of the bdsInstance which is the parent resource id. :return: The bds_instance_id of this ResourcePrincipalConfigurationSummary. :rtype: str �r r r r r r o s z5ResourcePrincipalConfigurationSummary.bds_instance_idc C s || _ dS )a Sets the bds_instance_id of this ResourcePrincipalConfigurationSummary. the OCID of the bdsInstance which is the parent resource id. :param bds_instance_id: The bds_instance_id of this ResourcePrincipalConfigurationSummary. :type: str Nr )r r r r r r { s c C s | j S )a� **[Required]** Gets the display_name of this ResourcePrincipalConfigurationSummary. a user-friendly name. only ascii alphanumeric characters with no spaces allowed. the name does not have to be unique, and it may be changed. avoid entering confidential information. :return: The display_name of this ResourcePrincipalConfigurationSummary. :rtype: str �r r r r r r � s z2ResourcePrincipalConfigurationSummary.display_namec C s || _ dS )a� Sets the display_name of this ResourcePrincipalConfigurationSummary. a user-friendly name. only ascii alphanumeric characters with no spaces allowed. the name does not have to be unique, and it may be changed. avoid entering confidential information. :param display_name: The display_name of this ResourcePrincipalConfigurationSummary. :type: str Nr )r r r r r r � s c C s | j S )a **[Required]** Gets the lifecycle_state of this ResourcePrincipalConfigurationSummary. the state of the ResourcePrincipalConfiguration. :return: The lifecycle_state of this ResourcePrincipalConfigurationSummary. :rtype: str �r r r r r r � s z5ResourcePrincipalConfigurationSummary.lifecycle_statec C s || _ dS )a Sets the lifecycle_state of this ResourcePrincipalConfigurationSummary. the state of the ResourcePrincipalConfiguration. :param lifecycle_state: The lifecycle_state of this ResourcePrincipalConfigurationSummary. :type: str Nr! )r r r r r r � s c C s | j S )aG Gets the time_token_refreshed of this ResourcePrincipalConfigurationSummary. the time the resource principal session token was refreshed, shown as an rfc 3339 formatted datetime string. :return: The time_token_refreshed of this ResourcePrincipalConfigurationSummary. :rtype: datetime �r r r r r r � s z:ResourcePrincipalConfigurationSummary.time_token_refreshedc C s || _ dS )aZ Sets the time_token_refreshed of this ResourcePrincipalConfigurationSummary. the time the resource principal session token was refreshed, shown as an rfc 3339 formatted datetime string. :param time_token_refreshed: The time_token_refreshed of this ResourcePrincipalConfigurationSummary. :type: datetime Nr"