TacticSummary¶
-
class
oci.cloud_guard.models.
TacticSummary
(**kwargs)¶ Bases:
object
Summary information for a tactic.
Methods
__init__
(**kwargs)Initializes a new TacticSummary object with values from keyword arguments. Attributes
display_name
[Required] Gets the display_name of this TacticSummary. id
[Required] Gets the id of this TacticSummary. -
__init__
(**kwargs)¶ Initializes a new TacticSummary 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 TacticSummary.
- display_name (str) – The value to assign to the display_name property of this TacticSummary.
-
display_name
¶ [Required] Gets the display_name of this TacticSummary. Display name of the tactic
Returns: The display_name of this TacticSummary. Return type: str
-
id
¶ [Required] Gets the id of this TacticSummary. Unique identifier for the tactic
Returns: The id of this TacticSummary. Return type: str
-