SightingType¶
-
class
oci.cloud_guard.models.SightingType(**kwargs)¶ Bases:
objectInformation for a sighting type
Methods
__init__(**kwargs)Initializes a new SightingType object with values from keyword arguments. Attributes
descriptionGets the description of this SightingType. display_nameGets the display_name of this SightingType. idGets the id of this SightingType. mitre_linkGets the mitre_link of this SightingType. tacticGets the tactic of this SightingType. techniquesGets the techniques of this SightingType. -
__init__(**kwargs)¶ Initializes a new SightingType 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 SightingType.
- display_name (str) – The value to assign to the display_name property of this SightingType.
- description (str) – The value to assign to the description property of this SightingType.
- mitre_link (str) – The value to assign to the mitre_link property of this SightingType.
- tactic (str) – The value to assign to the tactic property of this SightingType.
- techniques (list[str]) – The value to assign to the techniques property of this SightingType.
-
description¶ Gets the description of this SightingType. Description of the sighting type
Returns: The description of this SightingType. Return type: str
-
display_name¶ Gets the display_name of this SightingType. Display name of the sighting type
Returns: The display_name of this SightingType. Return type: str
-
id¶ Gets the id of this SightingType. The unique identifier of the sighting type
Returns: The id of this SightingType. Return type: str
-
mitre_link¶ Gets the mitre_link of this SightingType. MITRE ATT@CK framework link for the sighting type
Returns: The mitre_link of this SightingType. Return type: str
-