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