ResourceProfileRiskScoreAggregationSummary

class oci.cloud_guard.models.ResourceProfileRiskScoreAggregationSummary(**kwargs)

Bases: object

Summary of resource profile risk score aggregations.

Methods

__init__(**kwargs) Initializes a new ResourceProfileRiskScoreAggregationSummary object with values from keyword arguments.

Attributes

items [Required] Gets the items of this ResourceProfileRiskScoreAggregationSummary.
resource_profile_display_name [Required] Gets the resource_profile_display_name of this ResourceProfileRiskScoreAggregationSummary.
resource_profile_id [Required] Gets the resource_profile_id of this ResourceProfileRiskScoreAggregationSummary.
risk_threshold Gets the risk_threshold of this ResourceProfileRiskScoreAggregationSummary.
__init__(**kwargs)

Initializes a new ResourceProfileRiskScoreAggregationSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • resource_profile_id (str) – The value to assign to the resource_profile_id property of this ResourceProfileRiskScoreAggregationSummary.
  • resource_profile_display_name (str) – The value to assign to the resource_profile_display_name property of this ResourceProfileRiskScoreAggregationSummary.
  • risk_threshold (int) – The value to assign to the risk_threshold property of this ResourceProfileRiskScoreAggregationSummary.
  • items (list[oci.cloud_guard.models.ResourceRiskScoreAggregation]) – The value to assign to the items property of this ResourceProfileRiskScoreAggregationSummary.
items

[Required] Gets the items of this ResourceProfileRiskScoreAggregationSummary. List of ResourceRiskScoreAggregation resources

Returns:The items of this ResourceProfileRiskScoreAggregationSummary.
Return type:list[oci.cloud_guard.models.ResourceRiskScoreAggregation]
resource_profile_display_name

[Required] Gets the resource_profile_display_name of this ResourceProfileRiskScoreAggregationSummary. Display name for the resource profile

Returns:The resource_profile_display_name of this ResourceProfileRiskScoreAggregationSummary.
Return type:str
resource_profile_id

[Required] Gets the resource_profile_id of this ResourceProfileRiskScoreAggregationSummary. OCID for the resource profile

Returns:The resource_profile_id of this ResourceProfileRiskScoreAggregationSummary.
Return type:str
risk_threshold

Gets the risk_threshold of this ResourceProfileRiskScoreAggregationSummary. Risk score value that triggers a problem

Returns:The risk_threshold of this ResourceProfileRiskScoreAggregationSummary.
Return type:int