📂 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
›
identity
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/identity/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: user_capabilities.pyc
a O��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 dd� Zdd� Zdd� ZdS ) �UserCapabilitieszH Properties indicating how the user is allowed to authenticate. c K sZ dddddddd�| _ ddddddd d�| _d | _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new UserCapabilities object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param can_use_console_password: The value to assign to the can_use_console_password property of this UserCapabilities. :type can_use_console_password: bool :param can_use_api_keys: The value to assign to the can_use_api_keys property of this UserCapabilities. :type can_use_api_keys: bool :param can_use_auth_tokens: The value to assign to the can_use_auth_tokens property of this UserCapabilities. :type can_use_auth_tokens: bool :param can_use_smtp_credentials: The value to assign to the can_use_smtp_credentials property of this UserCapabilities. :type can_use_smtp_credentials: bool :param can_use_db_credentials: The value to assign to the can_use_db_credentials property of this UserCapabilities. :type can_use_db_credentials: bool :param can_use_customer_secret_keys: The value to assign to the can_use_customer_secret_keys property of this UserCapabilities. :type can_use_customer_secret_keys: bool :param can_use_o_auth2_client_credentials: The value to assign to the can_use_o_auth2_client_credentials property of this UserCapabilities. :type can_use_o_auth2_client_credentials: bool �bool)�can_use_console_password�can_use_api_keys�can_use_auth_tokens�can_use_smtp_credentials�can_use_db_credentials�can_use_customer_secret_keys�"can_use_o_auth2_client_credentials�canUseConsolePassword� canUseApiKeys�canUseAuthTokens�canUseSmtpCredentials�canUseDbCredentials�canUseCustomerSecretKeys�canUseOAuth2ClientCredentialsN) � swagger_types� attribute_map�_can_use_console_password�_can_use_api_keys�_can_use_auth_tokens�_can_use_smtp_credentials�_can_use_db_credentials�_can_use_customer_secret_keys�#_can_use_o_auth2_client_credentials)�self�kwargs� r! ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/identity/models/user_capabilities.py�__init__ s. #�� zUserCapabilities.__init__c C s | j S )z� Gets the can_use_console_password of this UserCapabilities. Indicates if the user can log in to the console. :return: The can_use_console_password of this UserCapabilities. :rtype: bool �r �r r! r! r"