📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: resource_principal_configuration.cpython-39.opt-1.pyc
a ���f5 � @ 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 @ s2 e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�ResourcePrincipalConfigurationz3 Resource Principal Session Token Details. �CREATING�ACTIVE�UPDATING�DELETING�DELETED�FAILEDc K sn dddddddddd� | _ ddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a Initializes a new ResourcePrincipalConfiguration 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 ResourcePrincipalConfiguration. :type id: str :param bds_instance_id: The value to assign to the bds_instance_id property of this ResourcePrincipalConfiguration. :type bds_instance_id: str :param display_name: The value to assign to the display_name property of this ResourcePrincipalConfiguration. :type display_name: str :param session_token_life_span_duration_in_hours: The value to assign to the session_token_life_span_duration_in_hours property of this ResourcePrincipalConfiguration. :type session_token_life_span_duration_in_hours: int :param lifecycle_state: The value to assign to the lifecycle_state property of this ResourcePrincipalConfiguration. Allowed values for this property are: "CREATING", "ACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_token_refreshed: The value to assign to the time_token_refreshed property of this ResourcePrincipalConfiguration. :type time_token_refreshed: datetime :param time_token_expiry: The value to assign to the time_token_expiry property of this ResourcePrincipalConfiguration. :type time_token_expiry: datetime :param time_created: The value to assign to the time_created property of this ResourcePrincipalConfiguration. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ResourcePrincipalConfiguration. :type time_updated: datetime �str�intZdatetime) �id�bds_instance_id�display_name�)session_token_life_span_duration_in_hours�lifecycle_state�time_token_refreshed�time_token_expiry�time_created�time_updatedr Z bdsInstanceIdZdisplayNameZ#sessionTokenLifeSpanDurationInHoursZlifecycleStateZtimeTokenRefreshedZtimeTokenExpiryZtimeCreatedZtimeUpdatedN)Z swagger_typesZ attribute_map�_id�_bds_instance_id� _display_name�*_session_token_life_span_duration_in_hours�_lifecycle_state�_time_token_refreshed�_time_token_expiry� _time_created� _time_updated)�self�kwargs� r# �S/usr/lib/python3.9/site-packages/oci/bds/models/resource_principal_configuration.py�__init__* s: -� �z'ResourcePrincipalConfiguration.__init__c C s | j S )z� **[Required]** Gets the id of this ResourcePrincipalConfiguration. The id of the ResourcePrincipalConfiguration. :return: The id of this ResourcePrincipalConfiguration. :rtype: str �r �r! r# r# r$ r x s z!ResourcePrincipalConfiguration.idc C s || _ dS )z� Sets the id of this ResourcePrincipalConfiguration. The id of the ResourcePrincipalConfiguration. :param id: The id of this ResourcePrincipalConfiguration. :type: str Nr&