RiskScoreAggregation¶
-
class
oci.cloud_guard.models.
RiskScoreAggregation
(**kwargs)¶ Bases:
object
Provides the dimensions and their corresponding risk score.
Methods
__init__
(**kwargs)Initializes a new RiskScoreAggregation object with values from keyword arguments. Attributes
dimensions_map
[Required] Gets the dimensions_map of this RiskScoreAggregation. risk_score
[Required] Gets the risk_score of this RiskScoreAggregation. -
__init__
(**kwargs)¶ Initializes a new RiskScoreAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - dimensions_map (dict(str, str)) – The value to assign to the dimensions_map property of this RiskScoreAggregation.
- risk_score (int) – The value to assign to the risk_score property of this RiskScoreAggregation.
-
dimensions_map
¶ [Required] Gets the dimensions_map of this RiskScoreAggregation. The key-value pairs of dimensions and their names
Returns: The dimensions_map of this RiskScoreAggregation. Return type: dict(str, str)
-
risk_score
¶ [Required] Gets the risk_score of this RiskScoreAggregation. The risk score with given dimensions
Returns: The risk_score of this RiskScoreAggregation. Return type: int
-