MaskingAnalyticsSummary¶
-
class
oci.data_safe.models.
MaskingAnalyticsSummary
(**kwargs)¶ Bases:
object
Summary of masking analytics data.
Attributes
METRIC_NAME_MASKED_COLUMN
A constant which can be used with the metric_name property of a MaskingAnalyticsSummary. METRIC_NAME_MASKED_DATA_VALUE
A constant which can be used with the metric_name property of a MaskingAnalyticsSummary. METRIC_NAME_MASKED_SCHEMA
A constant which can be used with the metric_name property of a MaskingAnalyticsSummary. METRIC_NAME_MASKED_SENSITIVE_TYPE
A constant which can be used with the metric_name property of a MaskingAnalyticsSummary. METRIC_NAME_MASKED_TABLE
A constant which can be used with the metric_name property of a MaskingAnalyticsSummary. METRIC_NAME_MASKING_DATABASE
A constant which can be used with the metric_name property of a MaskingAnalyticsSummary. METRIC_NAME_MASKING_POLICY
A constant which can be used with the metric_name property of a MaskingAnalyticsSummary. METRIC_NAME_MASKING_WORK_REQUEST
A constant which can be used with the metric_name property of a MaskingAnalyticsSummary. count
[Required] Gets the count of this MaskingAnalyticsSummary. dimensions
Gets the dimensions of this MaskingAnalyticsSummary. metric_name
[Required] Gets the metric_name of this MaskingAnalyticsSummary. Methods
__init__
(**kwargs)Initializes a new MaskingAnalyticsSummary object with values from keyword arguments. -
METRIC_NAME_MASKED_COLUMN
= 'MASKED_COLUMN'¶ A constant which can be used with the metric_name property of a MaskingAnalyticsSummary. This constant has a value of “MASKED_COLUMN”
-
METRIC_NAME_MASKED_DATA_VALUE
= 'MASKED_DATA_VALUE'¶ A constant which can be used with the metric_name property of a MaskingAnalyticsSummary. This constant has a value of “MASKED_DATA_VALUE”
-
METRIC_NAME_MASKED_SCHEMA
= 'MASKED_SCHEMA'¶ A constant which can be used with the metric_name property of a MaskingAnalyticsSummary. This constant has a value of “MASKED_SCHEMA”
-
METRIC_NAME_MASKED_SENSITIVE_TYPE
= 'MASKED_SENSITIVE_TYPE'¶ A constant which can be used with the metric_name property of a MaskingAnalyticsSummary. This constant has a value of “MASKED_SENSITIVE_TYPE”
-
METRIC_NAME_MASKED_TABLE
= 'MASKED_TABLE'¶ A constant which can be used with the metric_name property of a MaskingAnalyticsSummary. This constant has a value of “MASKED_TABLE”
-
METRIC_NAME_MASKING_DATABASE
= 'MASKING_DATABASE'¶ A constant which can be used with the metric_name property of a MaskingAnalyticsSummary. This constant has a value of “MASKING_DATABASE”
-
METRIC_NAME_MASKING_POLICY
= 'MASKING_POLICY'¶ A constant which can be used with the metric_name property of a MaskingAnalyticsSummary. This constant has a value of “MASKING_POLICY”
-
METRIC_NAME_MASKING_WORK_REQUEST
= 'MASKING_WORK_REQUEST'¶ A constant which can be used with the metric_name property of a MaskingAnalyticsSummary. This constant has a value of “MASKING_WORK_REQUEST”
-
__init__
(**kwargs)¶ Initializes a new MaskingAnalyticsSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - metric_name (str) – The value to assign to the metric_name property of this MaskingAnalyticsSummary. Allowed values for this property are: “MASKING_POLICY”, “MASKING_DATABASE”, “MASKING_WORK_REQUEST”, “MASKED_SENSITIVE_TYPE”, “MASKED_SCHEMA”, “MASKED_TABLE”, “MASKED_COLUMN”, “MASKED_DATA_VALUE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- dimensions (oci.data_safe.models.MaskingAnalyticsDimensions) – The value to assign to the dimensions property of this MaskingAnalyticsSummary.
- count (int) – The value to assign to the count property of this MaskingAnalyticsSummary.
-
count
¶ [Required] Gets the count of this MaskingAnalyticsSummary. The total count for the aggregation metric.
Returns: The count of this MaskingAnalyticsSummary. Return type: int
-
dimensions
¶ Gets the dimensions of this MaskingAnalyticsSummary.
Returns: The dimensions of this MaskingAnalyticsSummary. Return type: oci.data_safe.models.MaskingAnalyticsDimensions
-
metric_name
¶ [Required] Gets the metric_name of this MaskingAnalyticsSummary. The name of the aggregation metric.
Allowed values for this property are: “MASKING_POLICY”, “MASKING_DATABASE”, “MASKING_WORK_REQUEST”, “MASKED_SENSITIVE_TYPE”, “MASKED_SCHEMA”, “MASKED_TABLE”, “MASKED_COLUMN”, “MASKED_DATA_VALUE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The metric_name of this MaskingAnalyticsSummary. Return type: str
-