AddmDbFindingCategoryCollection¶
-
class
oci.opsi.models.
AddmDbFindingCategoryCollection
(**kwargs)¶ Bases:
object
List of finding categories
Methods
__init__
(**kwargs)Initializes a new AddmDbFindingCategoryCollection object with values from keyword arguments. Attributes
database_details_items
[Required] Gets the database_details_items of this AddmDbFindingCategoryCollection. items
[Required] Gets the items of this AddmDbFindingCategoryCollection. -
__init__
(**kwargs)¶ Initializes a new AddmDbFindingCategoryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - database_details_items (list[oci.opsi.models.DatabaseDetails]) – The value to assign to the database_details_items property of this AddmDbFindingCategoryCollection.
- items (list[oci.opsi.models.AddmDbFindingCategorySummary]) – The value to assign to the items property of this AddmDbFindingCategoryCollection.
-
database_details_items
¶ [Required] Gets the database_details_items of this AddmDbFindingCategoryCollection. List of database details data
Returns: The database_details_items of this AddmDbFindingCategoryCollection. Return type: list[oci.opsi.models.DatabaseDetails]
-
items
¶ [Required] Gets the items of this AddmDbFindingCategoryCollection. List of finding categories
Returns: The items of this AddmDbFindingCategoryCollection. Return type: list[oci.opsi.models.AddmDbFindingCategorySummary]
-