/
lib
/
python3.9
/
site-packages
/
oci
/
database_tools
/
models
/
__pycache__
/
Upload File
HOME
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 )�DatabaseToolsKeyStoreDetailsz' The details of the key store. �JAVA_KEY_STORE�JAVA_TRUST_STORE�PKCS12�SSOc K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new DatabaseToolsKeyStoreDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key_store_type: The value to assign to the key_store_type property of this DatabaseToolsKeyStoreDetails. Allowed values for this property are: "JAVA_KEY_STORE", "JAVA_TRUST_STORE", "PKCS12", "SSO" :type key_store_type: str :param key_store_content: The value to assign to the key_store_content property of this DatabaseToolsKeyStoreDetails. :type key_store_content: oci.database_tools.models.DatabaseToolsKeyStoreContentDetails :param key_store_password: The value to assign to the key_store_password property of this DatabaseToolsKeyStoreDetails. :type key_store_password: oci.database_tools.models.DatabaseToolsKeyStorePasswordDetails �strZ#DatabaseToolsKeyStoreContentDetailsZ$DatabaseToolsKeyStorePasswordDetails)�key_store_type�key_store_content�key_store_passwordZkeyStoreTypeZkeyStoreContentZkeyStorePasswordN)Z swagger_typesZ attribute_map�_key_store_type�_key_store_content�_key_store_password)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/database_tools/models/database_tools_key_store_details.py�__init__"