SensitiveColumnAnalyticsDimensions

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

Bases: object

The dimensions available for sensitive column analytics.

Methods

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

Attributes

column_name Gets the column_name of this SensitiveColumnAnalyticsDimensions.
object_name Gets the object_name of this SensitiveColumnAnalyticsDimensions.
schema_name Gets the schema_name of this SensitiveColumnAnalyticsDimensions.
sensitive_data_model_id Gets the sensitive_data_model_id of this SensitiveColumnAnalyticsDimensions.
sensitive_type_id Gets the sensitive_type_id of this SensitiveColumnAnalyticsDimensions.
target_id Gets the target_id of this SensitiveColumnAnalyticsDimensions.
__init__(**kwargs)

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

Parameters:
  • target_id (str) – The value to assign to the target_id property of this SensitiveColumnAnalyticsDimensions.
  • schema_name (str) – The value to assign to the schema_name property of this SensitiveColumnAnalyticsDimensions.
  • object_name (str) – The value to assign to the object_name property of this SensitiveColumnAnalyticsDimensions.
  • column_name (str) – The value to assign to the column_name property of this SensitiveColumnAnalyticsDimensions.
  • sensitive_type_id (str) – The value to assign to the sensitive_type_id property of this SensitiveColumnAnalyticsDimensions.
  • sensitive_data_model_id (str) – The value to assign to the sensitive_data_model_id property of this SensitiveColumnAnalyticsDimensions.
column_name

Gets the column_name of this SensitiveColumnAnalyticsDimensions. The name of the sensitive column.

Returns:The column_name of this SensitiveColumnAnalyticsDimensions.
Return type:str
object_name

Gets the object_name of this SensitiveColumnAnalyticsDimensions. The database object that contains the sensitive column.

Returns:The object_name of this SensitiveColumnAnalyticsDimensions.
Return type:str
schema_name

Gets the schema_name of this SensitiveColumnAnalyticsDimensions. The database schema that contains the sensitive column.

Returns:The schema_name of this SensitiveColumnAnalyticsDimensions.
Return type:str
sensitive_data_model_id

Gets the sensitive_data_model_id of this SensitiveColumnAnalyticsDimensions. The OCID of the sensitive data model which contains the sensitive column.

Returns:The sensitive_data_model_id of this SensitiveColumnAnalyticsDimensions.
Return type:str
sensitive_type_id

Gets the sensitive_type_id of this SensitiveColumnAnalyticsDimensions. The OCID of the sensitive type associated with the sensitive column.

Returns:The sensitive_type_id of this SensitiveColumnAnalyticsDimensions.
Return type:str
target_id

Gets the target_id of this SensitiveColumnAnalyticsDimensions. The OCID of the target database associated with the sensitive column.

Returns:The target_id of this SensitiveColumnAnalyticsDimensions.
Return type:str