SensitiveAttribute

class oci.data_integration.models.SensitiveAttribute(**kwargs)

Bases: object

The sensitive attribute to be used for sensitive content (for password/wallet).

Methods

__init__(**kwargs) Initializes a new SensitiveAttribute object with values from keyword arguments.

Attributes

secret_config Gets the secret_config of this SensitiveAttribute.
value Gets the value of this SensitiveAttribute.
__init__(**kwargs)

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

Parameters:
  • secret_config (oci.data_integration.models.SecretConfig) – The value to assign to the secret_config property of this SensitiveAttribute.
  • value (str) – The value to assign to the value property of this SensitiveAttribute.
secret_config

Gets the secret_config of this SensitiveAttribute.

Returns:The secret_config of this SensitiveAttribute.
Return type:oci.data_integration.models.SecretConfig
value

Gets the value of this SensitiveAttribute. Attribute to provide sensitive content.

Returns:The value of this SensitiveAttribute.
Return type:str