Class SecurityScoreAggregationCollection
Collection of security score aggregation information.
Inherited Members
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class SecurityScoreAggregationCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<SecurityScoreAggregation> Items { get; set; }
Property Value
Type | Description |
---|---|
List<SecurityScoreAggregation> | List of all the SecurityScoreAggregation resources objects. |
Remarks
Required