AddmDbFindingCategorySummary

class oci.opsi.models.AddmDbFindingCategorySummary(**kwargs)

Bases: object

Finding category summary

Methods

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

Attributes

display_name [Required] Gets the display_name of this AddmDbFindingCategorySummary.
id [Required] Gets the id of this AddmDbFindingCategorySummary.
name [Required] Gets the name of this AddmDbFindingCategorySummary.
__init__(**kwargs)

Initializes a new AddmDbFindingCategorySummary 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 AddmDbFindingCategorySummary.
  • name (str) – The value to assign to the name property of this AddmDbFindingCategorySummary.
  • display_name (str) – The value to assign to the display_name property of this AddmDbFindingCategorySummary.
display_name

[Required] Gets the display_name of this AddmDbFindingCategorySummary. Display name of finding category

Returns:The display_name of this AddmDbFindingCategorySummary.
Return type:str
id

[Required] Gets the id of this AddmDbFindingCategorySummary. The OCID of the Database insight.

Returns:The id of this AddmDbFindingCategorySummary.
Return type:str
name

[Required] Gets the name of this AddmDbFindingCategorySummary. Name of finding category

Returns:The name of this AddmDbFindingCategorySummary.
Return type:str