UpdateTargetDetectorRuleDetails¶
-
class
oci.cloud_guard.models.
UpdateTargetDetectorRuleDetails
(**kwargs)¶ Bases:
object
Parameters to update detector rule configuration details in a detector recipe attached to a target.
Methods
__init__
(**kwargs)Initializes a new UpdateTargetDetectorRuleDetails object with values from keyword arguments. Attributes
condition_groups
Gets the condition_groups of this UpdateTargetDetectorRuleDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateTargetDetectorRuleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: condition_groups (list[oci.cloud_guard.models.ConditionGroup]) – The value to assign to the condition_groups property of this UpdateTargetDetectorRuleDetails.
-
condition_groups
¶ Gets the condition_groups of this UpdateTargetDetectorRuleDetails. Condition group corresponding to each compartment
Returns: The condition_groups of this UpdateTargetDetectorRuleDetails. Return type: list[oci.cloud_guard.models.ConditionGroup]
-