📂 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
›
file_storage
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/file_storage/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: kerberos_keytab_entry.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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS )�KerberosKeytabEntryzA Details of each keytab entry read from the keytab file. �AES128_CTS_HMAC_SHA256_128�AES256_CTS_HMAC_SHA384_192�AES128_CTS_HMAC_SHA1_96�AES256_CTS_HMAC_SHA1_96c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new KerberosKeytabEntry object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param principal: The value to assign to the principal property of this KerberosKeytabEntry. :type principal: str :param encryption_type: The value to assign to the encryption_type property of this KerberosKeytabEntry. Allowed values for this property are: "AES128_CTS_HMAC_SHA256_128", "AES256_CTS_HMAC_SHA384_192", "AES128_CTS_HMAC_SHA1_96", "AES256_CTS_HMAC_SHA1_96", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type encryption_type: str :param key_version_number: The value to assign to the key_version_number property of this KerberosKeytabEntry. :type key_version_number: int �str�int)� principal�encryption_type�key_version_numberr ZencryptionTypeZkeyVersionNumberN)Z swagger_typesZ attribute_map� _principal�_encryption_type�_key_version_number)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/file_storage/models/kerberos_keytab_entry.py�__init__"