RequestSummarizedTrendResourceRiskScoresDetails¶
-
class
oci.cloud_guard.models.
RequestSummarizedTrendResourceRiskScoresDetails
(**kwargs)¶ Bases:
object
Details for requesting summarized trend risk scores.
Attributes
FILTER_PROBLEM_ID
A constant which can be used with the filter property of a RequestSummarizedTrendResourceRiskScoresDetails. FILTER_RESOURCE_PROFILE_ID
A constant which can be used with the filter property of a RequestSummarizedTrendResourceRiskScoresDetails. filter
[Required] Gets the filter of this RequestSummarizedTrendResourceRiskScoresDetails. filter_id
[Required] Gets the filter_id of this RequestSummarizedTrendResourceRiskScoresDetails. Methods
__init__
(**kwargs)Initializes a new RequestSummarizedTrendResourceRiskScoresDetails object with values from keyword arguments. -
FILTER_PROBLEM_ID
= 'PROBLEM_ID'¶ A constant which can be used with the filter property of a RequestSummarizedTrendResourceRiskScoresDetails. This constant has a value of “PROBLEM_ID”
-
FILTER_RESOURCE_PROFILE_ID
= 'RESOURCE_PROFILE_ID'¶ A constant which can be used with the filter property of a RequestSummarizedTrendResourceRiskScoresDetails. This constant has a value of “RESOURCE_PROFILE_ID”
-
__init__
(**kwargs)¶ Initializes a new RequestSummarizedTrendResourceRiskScoresDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - filter (str) – The value to assign to the filter property of this RequestSummarizedTrendResourceRiskScoresDetails. Allowed values for this property are: “PROBLEM_ID”, “RESOURCE_PROFILE_ID”
- filter_id (str) – The value to assign to the filter_id property of this RequestSummarizedTrendResourceRiskScoresDetails.
-
filter
¶ [Required] Gets the filter of this RequestSummarizedTrendResourceRiskScoresDetails. The filter type
Allowed values for this property are: “PROBLEM_ID”, “RESOURCE_PROFILE_ID”
Returns: The filter of this RequestSummarizedTrendResourceRiskScoresDetails. Return type: str
-
filter_id
¶ [Required] Gets the filter_id of this RequestSummarizedTrendResourceRiskScoresDetails. ID to be passed in to filter the risk scores
Returns: The filter_id of this RequestSummarizedTrendResourceRiskScoresDetails. Return type: str
-