DatabaseToolsKeyStoreSummary¶
-
class
oci.database_tools.models.
DatabaseToolsKeyStoreSummary
(**kwargs)¶ Bases:
object
The key store secrets.
Attributes
KEY_STORE_TYPE_JAVA_KEY_STORE
A constant which can be used with the key_store_type property of a DatabaseToolsKeyStoreSummary. KEY_STORE_TYPE_JAVA_TRUST_STORE
A constant which can be used with the key_store_type property of a DatabaseToolsKeyStoreSummary. KEY_STORE_TYPE_PKCS12
A constant which can be used with the key_store_type property of a DatabaseToolsKeyStoreSummary. KEY_STORE_TYPE_SSO
A constant which can be used with the key_store_type property of a DatabaseToolsKeyStoreSummary. key_store_content
Gets the key_store_content of this DatabaseToolsKeyStoreSummary. key_store_password
Gets the key_store_password of this DatabaseToolsKeyStoreSummary. key_store_type
Gets the key_store_type of this DatabaseToolsKeyStoreSummary. Methods
__init__
(**kwargs)Initializes a new DatabaseToolsKeyStoreSummary object with values from keyword arguments. -
KEY_STORE_TYPE_JAVA_KEY_STORE
= 'JAVA_KEY_STORE'¶ A constant which can be used with the key_store_type property of a DatabaseToolsKeyStoreSummary. This constant has a value of “JAVA_KEY_STORE”
-
KEY_STORE_TYPE_JAVA_TRUST_STORE
= 'JAVA_TRUST_STORE'¶ A constant which can be used with the key_store_type property of a DatabaseToolsKeyStoreSummary. This constant has a value of “JAVA_TRUST_STORE”
-
KEY_STORE_TYPE_PKCS12
= 'PKCS12'¶ A constant which can be used with the key_store_type property of a DatabaseToolsKeyStoreSummary. This constant has a value of “PKCS12”
-
KEY_STORE_TYPE_SSO
= 'SSO'¶ A constant which can be used with the key_store_type property of a DatabaseToolsKeyStoreSummary. This constant has a value of “SSO”
-
__init__
(**kwargs)¶ Initializes a new DatabaseToolsKeyStoreSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key_store_type (str) – The value to assign to the key_store_type property of this DatabaseToolsKeyStoreSummary. Allowed values for this property are: “JAVA_KEY_STORE”, “JAVA_TRUST_STORE”, “PKCS12”, “SSO”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- key_store_content (oci.database_tools.models.DatabaseToolsKeyStoreContentSummary) – The value to assign to the key_store_content property of this DatabaseToolsKeyStoreSummary.
- key_store_password (oci.database_tools.models.DatabaseToolsKeyStorePasswordSummary) – The value to assign to the key_store_password property of this DatabaseToolsKeyStoreSummary.
-
key_store_content
¶ Gets the key_store_content of this DatabaseToolsKeyStoreSummary.
Returns: The key_store_content of this DatabaseToolsKeyStoreSummary. Return type: oci.database_tools.models.DatabaseToolsKeyStoreContentSummary
-
key_store_password
¶ Gets the key_store_password of this DatabaseToolsKeyStoreSummary.
Returns: The key_store_password of this DatabaseToolsKeyStoreSummary. Return type: oci.database_tools.models.DatabaseToolsKeyStorePasswordSummary
-
key_store_type
¶ Gets the key_store_type of this DatabaseToolsKeyStoreSummary. The key store type.
Allowed values for this property are: “JAVA_KEY_STORE”, “JAVA_TRUST_STORE”, “PKCS12”, “SSO”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The key_store_type of this DatabaseToolsKeyStoreSummary. Return type: str
-