DiscoveryAnalyticsSummary¶
-
class
oci.data_safe.models.
DiscoveryAnalyticsSummary
(**kwargs)¶ Bases:
object
Summary of discovery analytics data.
Attributes
METRIC_NAME_SENSITIVE_COLUMN
A constant which can be used with the metric_name property of a DiscoveryAnalyticsSummary. METRIC_NAME_SENSITIVE_DATA_MODEL
A constant which can be used with the metric_name property of a DiscoveryAnalyticsSummary. METRIC_NAME_SENSITIVE_DATA_VALUE
A constant which can be used with the metric_name property of a DiscoveryAnalyticsSummary. METRIC_NAME_SENSITIVE_SCHEMA
A constant which can be used with the metric_name property of a DiscoveryAnalyticsSummary. METRIC_NAME_SENSITIVE_TABLE
A constant which can be used with the metric_name property of a DiscoveryAnalyticsSummary. METRIC_NAME_SENSITIVE_TYPE
A constant which can be used with the metric_name property of a DiscoveryAnalyticsSummary. METRIC_NAME_TARGET_DATABASE
A constant which can be used with the metric_name property of a DiscoveryAnalyticsSummary. count
[Required] Gets the count of this DiscoveryAnalyticsSummary. dimensions
Gets the dimensions of this DiscoveryAnalyticsSummary. metric_name
[Required] Gets the metric_name of this DiscoveryAnalyticsSummary. Methods
__init__
(**kwargs)Initializes a new DiscoveryAnalyticsSummary object with values from keyword arguments. -
METRIC_NAME_SENSITIVE_COLUMN
= 'SENSITIVE_COLUMN'¶ A constant which can be used with the metric_name property of a DiscoveryAnalyticsSummary. This constant has a value of “SENSITIVE_COLUMN”
-
METRIC_NAME_SENSITIVE_DATA_MODEL
= 'SENSITIVE_DATA_MODEL'¶ A constant which can be used with the metric_name property of a DiscoveryAnalyticsSummary. This constant has a value of “SENSITIVE_DATA_MODEL”
-
METRIC_NAME_SENSITIVE_DATA_VALUE
= 'SENSITIVE_DATA_VALUE'¶ A constant which can be used with the metric_name property of a DiscoveryAnalyticsSummary. This constant has a value of “SENSITIVE_DATA_VALUE”
-
METRIC_NAME_SENSITIVE_SCHEMA
= 'SENSITIVE_SCHEMA'¶ A constant which can be used with the metric_name property of a DiscoveryAnalyticsSummary. This constant has a value of “SENSITIVE_SCHEMA”
-
METRIC_NAME_SENSITIVE_TABLE
= 'SENSITIVE_TABLE'¶ A constant which can be used with the metric_name property of a DiscoveryAnalyticsSummary. This constant has a value of “SENSITIVE_TABLE”
-
METRIC_NAME_SENSITIVE_TYPE
= 'SENSITIVE_TYPE'¶ A constant which can be used with the metric_name property of a DiscoveryAnalyticsSummary. This constant has a value of “SENSITIVE_TYPE”
-
METRIC_NAME_TARGET_DATABASE
= 'TARGET_DATABASE'¶ A constant which can be used with the metric_name property of a DiscoveryAnalyticsSummary. This constant has a value of “TARGET_DATABASE”
-
__init__
(**kwargs)¶ Initializes a new DiscoveryAnalyticsSummary 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 DiscoveryAnalyticsSummary. Allowed values for this property are: “SENSITIVE_DATA_MODEL”, “SENSITIVE_TYPE”, “SENSITIVE_SCHEMA”, “SENSITIVE_TABLE”, “SENSITIVE_COLUMN”, “SENSITIVE_DATA_VALUE”, “TARGET_DATABASE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- dimensions (oci.data_safe.models.Dimensions) – The value to assign to the dimensions property of this DiscoveryAnalyticsSummary.
- count (int) – The value to assign to the count property of this DiscoveryAnalyticsSummary.
-
count
¶ [Required] Gets the count of this DiscoveryAnalyticsSummary. The total count for the aggregation metric.
Returns: The count of this DiscoveryAnalyticsSummary. Return type: int
-
dimensions
¶ Gets the dimensions of this DiscoveryAnalyticsSummary.
Returns: The dimensions of this DiscoveryAnalyticsSummary. Return type: oci.data_safe.models.Dimensions
-
metric_name
¶ [Required] Gets the metric_name of this DiscoveryAnalyticsSummary. The name of the aggregation metric.
Allowed values for this property are: “SENSITIVE_DATA_MODEL”, “SENSITIVE_TYPE”, “SENSITIVE_SCHEMA”, “SENSITIVE_TABLE”, “SENSITIVE_COLUMN”, “SENSITIVE_DATA_VALUE”, “TARGET_DATABASE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The metric_name of this DiscoveryAnalyticsSummary. Return type: str
-