CryptoSqlnetParameterSource

class oci.data_safe.models.CryptoSqlnetParameterSource(**kwargs)

Bases: object

Source details for SQLNET parameter values.

Attributes

TYPE_SQLNET_ORA A constant which can be used with the type property of a CryptoSqlnetParameterSource.
type [Required] Gets the type of this CryptoSqlnetParameterSource.

Methods

__init__(**kwargs) Initializes a new CryptoSqlnetParameterSource object with values from keyword arguments.
TYPE_SQLNET_ORA = 'SQLNET_ORA'

A constant which can be used with the type property of a CryptoSqlnetParameterSource. This constant has a value of “SQLNET_ORA”

__init__(**kwargs)

Initializes a new CryptoSqlnetParameterSource object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:type (str) – The value to assign to the type property of this CryptoSqlnetParameterSource. Allowed values for this property are: “SQLNET_ORA”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
type

[Required] Gets the type of this CryptoSqlnetParameterSource. Source type of SQLNET parameter data.

Allowed values for this property are: “SQLNET_ORA”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The type of this CryptoSqlnetParameterSource.
Return type:str