SecurityScoreTrendAggregationCollection¶
-
class
oci.cloud_guard.models.
SecurityScoreTrendAggregationCollection
(**kwargs)¶ Bases:
object
Collection of security trend aggregation information.
Methods
__init__
(**kwargs)Initializes a new SecurityScoreTrendAggregationCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this SecurityScoreTrendAggregationCollection. -
__init__
(**kwargs)¶ Initializes a new SecurityScoreTrendAggregationCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.cloud_guard.models.SecurityScoreTrendAggregation]) – The value to assign to the items property of this SecurityScoreTrendAggregationCollection.
-
items
¶ [Required] Gets the items of this SecurityScoreTrendAggregationCollection. List of all the SecurityScoreTrendAggregation resources
Returns: The items of this SecurityScoreTrendAggregationCollection. Return type: list[oci.cloud_guard.models.SecurityScoreTrendAggregation]
-