Show / Hide Table of Contents

Class SecurityScoreAggregationCollection

Collection of security score aggregation information.

Inheritance
object
SecurityScoreAggregationCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top