SecurityScoreAggregationCollection¶
-
class
oci.cloud_guard.models.
SecurityScoreAggregationCollection
(**kwargs)¶ Bases:
object
Collection of security score aggregation information.
Methods
__init__
(**kwargs)Initializes a new SecurityScoreAggregationCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this SecurityScoreAggregationCollection. -
__init__
(**kwargs)¶ Initializes a new SecurityScoreAggregationCollection 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.SecurityScoreAggregation]) – The value to assign to the items property of this SecurityScoreAggregationCollection.
-
items
¶ [Required] Gets the items of this SecurityScoreAggregationCollection. List of all the SecurityScoreAggregation resources objects.
Returns: The items of this SecurityScoreAggregationCollection. Return type: list[oci.cloud_guard.models.SecurityScoreAggregation]
-