SecurityFeatureAnalyticsCollection¶
- 
class oci.data_safe.models.SecurityFeatureAnalyticsCollection(**kwargs)¶
- Bases: - object- The collection of database security feature analytics summary. - Methods - __init__(**kwargs)- Initializes a new SecurityFeatureAnalyticsCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this SecurityFeatureAnalyticsCollection. - 
__init__(**kwargs)¶
- Initializes a new SecurityFeatureAnalyticsCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.data_safe.models.SecurityFeatureAnalyticsSummary]) – The value to assign to the items property of this SecurityFeatureAnalyticsCollection. 
 - 
items¶
- [Required] Gets the items of this SecurityFeatureAnalyticsCollection. The array of database security feature analytics summary. - Returns: - The items of this SecurityFeatureAnalyticsCollection. - Return type: - list[oci.data_safe.models.SecurityFeatureAnalyticsSummary] 
 
-