DataSourceMappingInfo

class oci.cloud_guard.models.DataSourceMappingInfo(**kwargs)

Bases: object

Details of the detector recipe and detector rule mapped to the data source.

Methods

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

Attributes

detector_recipe_id [Required] Gets the detector_recipe_id of this DataSourceMappingInfo.
detector_rule_id [Required] Gets the detector_rule_id of this DataSourceMappingInfo.
__init__(**kwargs)

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

Parameters:
  • detector_recipe_id (str) – The value to assign to the detector_recipe_id property of this DataSourceMappingInfo.
  • detector_rule_id (str) – The value to assign to the detector_rule_id property of this DataSourceMappingInfo.
detector_recipe_id

[Required] Gets the detector_recipe_id of this DataSourceMappingInfo. ID of the detector recipe attached to the data source

Returns:The detector_recipe_id of this DataSourceMappingInfo.
Return type:str
detector_rule_id

[Required] Gets the detector_rule_id of this DataSourceMappingInfo. ID of the detector rule attached to the data source

Returns:The detector_rule_id of this DataSourceMappingInfo.
Return type:str