ExportHostAgentScanResultCsvDetails¶
-
class
oci.vulnerability_scanning.models.
ExportHostAgentScanResultCsvDetails
(**kwargs)¶ Bases:
object
Details for a HostAgentScan list export to CSV action
Attributes
HIGHEST_PROBLEM_SEVERITY_CRITICAL
A constant which can be used with the highest_problem_severity property of a ExportHostAgentScanResultCsvDetails. HIGHEST_PROBLEM_SEVERITY_HIGH
A constant which can be used with the highest_problem_severity property of a ExportHostAgentScanResultCsvDetails. HIGHEST_PROBLEM_SEVERITY_LOW
A constant which can be used with the highest_problem_severity property of a ExportHostAgentScanResultCsvDetails. HIGHEST_PROBLEM_SEVERITY_MEDIUM
A constant which can be used with the highest_problem_severity property of a ExportHostAgentScanResultCsvDetails. HIGHEST_PROBLEM_SEVERITY_NONE
A constant which can be used with the highest_problem_severity property of a ExportHostAgentScanResultCsvDetails. compartment_id
[Required] Gets the compartment_id of this ExportHostAgentScanResultCsvDetails. highest_problem_severity
Gets the highest_problem_severity of this ExportHostAgentScanResultCsvDetails. instance_id
Gets the instance_id of this ExportHostAgentScanResultCsvDetails. operating_system
Gets the operating_system of this ExportHostAgentScanResultCsvDetails. time_started_after
[Required] Gets the time_started_after of this ExportHostAgentScanResultCsvDetails. time_started_before
[Required] Gets the time_started_before of this ExportHostAgentScanResultCsvDetails. Methods
__init__
(**kwargs)Initializes a new ExportHostAgentScanResultCsvDetails object with values from keyword arguments. -
HIGHEST_PROBLEM_SEVERITY_CRITICAL
= 'CRITICAL'¶ A constant which can be used with the highest_problem_severity property of a ExportHostAgentScanResultCsvDetails. This constant has a value of “CRITICAL”
-
HIGHEST_PROBLEM_SEVERITY_HIGH
= 'HIGH'¶ A constant which can be used with the highest_problem_severity property of a ExportHostAgentScanResultCsvDetails. This constant has a value of “HIGH”
-
HIGHEST_PROBLEM_SEVERITY_LOW
= 'LOW'¶ A constant which can be used with the highest_problem_severity property of a ExportHostAgentScanResultCsvDetails. This constant has a value of “LOW”
-
HIGHEST_PROBLEM_SEVERITY_MEDIUM
= 'MEDIUM'¶ A constant which can be used with the highest_problem_severity property of a ExportHostAgentScanResultCsvDetails. This constant has a value of “MEDIUM”
-
HIGHEST_PROBLEM_SEVERITY_NONE
= 'NONE'¶ A constant which can be used with the highest_problem_severity property of a ExportHostAgentScanResultCsvDetails. This constant has a value of “NONE”
-
__init__
(**kwargs)¶ Initializes a new ExportHostAgentScanResultCsvDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this ExportHostAgentScanResultCsvDetails.
- time_started_after (datetime) – The value to assign to the time_started_after property of this ExportHostAgentScanResultCsvDetails.
- time_started_before (datetime) – The value to assign to the time_started_before property of this ExportHostAgentScanResultCsvDetails.
- highest_problem_severity (str) – The value to assign to the highest_problem_severity property of this ExportHostAgentScanResultCsvDetails. Allowed values for this property are: “NONE”, “LOW”, “MEDIUM”, “HIGH”, “CRITICAL”
- instance_id (str) – The value to assign to the instance_id property of this ExportHostAgentScanResultCsvDetails.
- operating_system (str) – The value to assign to the operating_system property of this ExportHostAgentScanResultCsvDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this ExportHostAgentScanResultCsvDetails. The OCID of the compartment to list scans in.
Returns: The compartment_id of this ExportHostAgentScanResultCsvDetails. Return type: str
-
highest_problem_severity
¶ Gets the highest_problem_severity of this ExportHostAgentScanResultCsvDetails. Parameter to filter by highestProblemSeverity for scan results
Allowed values for this property are: “NONE”, “LOW”, “MEDIUM”, “HIGH”, “CRITICAL”
Returns: The highest_problem_severity of this ExportHostAgentScanResultCsvDetails. Return type: str
-
instance_id
¶ Gets the instance_id of this ExportHostAgentScanResultCsvDetails. Parameter to filter by a single compute instance ID for scan results
Returns: The instance_id of this ExportHostAgentScanResultCsvDetails. Return type: str
-
operating_system
¶ Gets the operating_system of this ExportHostAgentScanResultCsvDetails. Parameter to filter by operating system for scan results
Returns: The operating_system of this ExportHostAgentScanResultCsvDetails. Return type: str
-