Dimensions¶
-
class
oci.data_safe.models.
Dimensions
(**kwargs)¶ Bases:
object
The scope of analytics data.
Methods
__init__
(**kwargs)Initializes a new Dimensions object with values from keyword arguments. Attributes
sensitive_data_model_id
Gets the sensitive_data_model_id of this Dimensions. sensitive_type_id
Gets the sensitive_type_id of this Dimensions. target_id
Gets the target_id of this Dimensions. -
__init__
(**kwargs)¶ Initializes a new Dimensions 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 Dimensions.
- sensitive_data_model_id (str) – The value to assign to the sensitive_data_model_id property of this Dimensions.
- sensitive_type_id (str) – The value to assign to the sensitive_type_id property of this Dimensions.
-
sensitive_data_model_id
¶ Gets the sensitive_data_model_id of this Dimensions. The OCID of the sensitive data model.
Returns: The sensitive_data_model_id of this Dimensions. Return type: str
-
sensitive_type_id
¶ Gets the sensitive_type_id of this Dimensions. The OCID of the sensitive type.
Returns: The sensitive_type_id of this Dimensions. Return type: str
-
target_id
¶ Gets the target_id of this Dimensions. The OCID of the target database.
Returns: The target_id of this Dimensions. Return type: str
-