SightingType

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

Bases: object

Information for a sighting type

Methods

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

Attributes

description Gets the description of this SightingType.
display_name Gets the display_name of this SightingType.
id Gets the id of this SightingType.
mitre_link Gets the mitre_link of this SightingType.
tactic Gets the tactic of this SightingType.
techniques Gets 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

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
tactic

Gets the tactic of this SightingType. MITRE ATT@CK framework tactic for the sighting type

Returns:The tactic of this SightingType.
Return type:str
techniques

Gets the techniques of this SightingType. List of MITRE ATT@CK framework techniques for the sighting type

Returns:The techniques of this SightingType.
Return type:list[str]