RuleSummary¶
-
class
oci.cloud_guard.models.
RuleSummary
(**kwargs)¶ Bases:
object
Summary information for a rule.
Methods
__init__
(**kwargs)Initializes a new RuleSummary object with values from keyword arguments. Attributes
description
[Required] Gets the description of this RuleSummary. id
[Required] Gets the id of this RuleSummary. parameters
[Required] Gets the parameters of this RuleSummary. -
__init__
(**kwargs)¶ Initializes a new RuleSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this RuleSummary.
- description (str) – The value to assign to the description property of this RuleSummary.
- parameters (list[oci.cloud_guard.models.OperatorSummary]) – The value to assign to the parameters property of this RuleSummary.
-
description
¶ [Required] Gets the description of this RuleSummary. Description of the rule
Returns: The description of this RuleSummary. Return type: str
-
id
¶ [Required] Gets the id of this RuleSummary. Unique identifier of the rule
Returns: The id of this RuleSummary. Return type: str
-
parameters
¶ [Required] Gets the parameters of this RuleSummary. List of parameters applicable for the rule
Returns: The parameters of this RuleSummary. Return type: list[oci.cloud_guard.models.OperatorSummary]
-