MaskingAnalyticsDimensions

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

Bases: object

The scope of analytics data.

Methods

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

Attributes

policy_id Gets the policy_id of this MaskingAnalyticsDimensions.
target_id Gets the target_id of this MaskingAnalyticsDimensions.
__init__(**kwargs)

Initializes a new MaskingAnalyticsDimensions 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 MaskingAnalyticsDimensions.
  • policy_id (str) – The value to assign to the policy_id property of this MaskingAnalyticsDimensions.
policy_id

Gets the policy_id of this MaskingAnalyticsDimensions. The OCID of the masking policy..

Returns:The policy_id of this MaskingAnalyticsDimensions.
Return type:str
target_id

Gets the target_id of this MaskingAnalyticsDimensions. The OCID of the target database.

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