Show / Hide Table of Contents

Class RequestSummarizedTrendResourceRiskScoresDetails

Details for requesting summarized trend risk scores.

Inheritance
object
RequestSummarizedTrendResourceRiskScoresDetails
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 RequestSummarizedTrendResourceRiskScoresDetails

Properties

Filter

Declaration
[Required(ErrorMessage = "Filter is required.")]
[JsonProperty(PropertyName = "filter")]
[JsonConverter(typeof(StringEnumConverter))]
public ResourceRiskScoreDimension? Filter { get; set; }
Property Value
Type Description
ResourceRiskScoreDimension?

The filter type

Remarks

Required

FilterId

Declaration
[Required(ErrorMessage = "FilterId is required.")]
[JsonProperty(PropertyName = "filterId")]
public string FilterId { get; set; }
Property Value
Type Description
string

ID to be passed in to filter the risk scores

Remarks

Required

In this article
Back to top