VulnerabilityAuditSummary¶
-
class
oci.adm.models.
VulnerabilityAuditSummary
(**kwargs)¶ Bases:
object
vulnerability audit summary.
Attributes
MAX_OBSERVED_SEVERITY_CRITICAL
A constant which can be used with the max_observed_severity property of a VulnerabilityAuditSummary. MAX_OBSERVED_SEVERITY_HIGH
A constant which can be used with the max_observed_severity property of a VulnerabilityAuditSummary. MAX_OBSERVED_SEVERITY_LOW
A constant which can be used with the max_observed_severity property of a VulnerabilityAuditSummary. MAX_OBSERVED_SEVERITY_MEDIUM
A constant which can be used with the max_observed_severity property of a VulnerabilityAuditSummary. MAX_OBSERVED_SEVERITY_NONE
A constant which can be used with the max_observed_severity property of a VulnerabilityAuditSummary. MAX_OBSERVED_SEVERITY_WITH_IGNORED_CRITICAL
A constant which can be used with the max_observed_severity_with_ignored property of a VulnerabilityAuditSummary. MAX_OBSERVED_SEVERITY_WITH_IGNORED_HIGH
A constant which can be used with the max_observed_severity_with_ignored property of a VulnerabilityAuditSummary. MAX_OBSERVED_SEVERITY_WITH_IGNORED_LOW
A constant which can be used with the max_observed_severity_with_ignored property of a VulnerabilityAuditSummary. MAX_OBSERVED_SEVERITY_WITH_IGNORED_MEDIUM
A constant which can be used with the max_observed_severity_with_ignored property of a VulnerabilityAuditSummary. MAX_OBSERVED_SEVERITY_WITH_IGNORED_NONE
A constant which can be used with the max_observed_severity_with_ignored property of a VulnerabilityAuditSummary. build_type
Gets the build_type of this VulnerabilityAuditSummary. compartment_id
[Required] Gets the compartment_id of this VulnerabilityAuditSummary. defined_tags
Gets the defined_tags of this VulnerabilityAuditSummary. display_name
Gets the display_name of this VulnerabilityAuditSummary. freeform_tags
Gets the freeform_tags of this VulnerabilityAuditSummary. id
[Required] Gets the id of this VulnerabilityAuditSummary. is_success
Gets the is_success of this VulnerabilityAuditSummary. knowledge_base_id
[Required] Gets the knowledge_base_id of this VulnerabilityAuditSummary. lifecycle_state
[Required] Gets the lifecycle_state of this VulnerabilityAuditSummary. max_observed_cvss_v2_score
Gets the max_observed_cvss_v2_score of this VulnerabilityAuditSummary. max_observed_cvss_v2_score_with_ignored
Gets the max_observed_cvss_v2_score_with_ignored of this VulnerabilityAuditSummary. max_observed_cvss_v3_score
Gets the max_observed_cvss_v3_score of this VulnerabilityAuditSummary. max_observed_cvss_v3_score_with_ignored
Gets the max_observed_cvss_v3_score_with_ignored of this VulnerabilityAuditSummary. max_observed_severity
Gets the max_observed_severity of this VulnerabilityAuditSummary. max_observed_severity_with_ignored
Gets the max_observed_severity_with_ignored of this VulnerabilityAuditSummary. system_tags
Gets the system_tags of this VulnerabilityAuditSummary. time_created
[Required] Gets the time_created of this VulnerabilityAuditSummary. time_updated
[Required] Gets the time_updated of this VulnerabilityAuditSummary. vulnerable_artifacts_count
[Required] Gets the vulnerable_artifacts_count of this VulnerabilityAuditSummary. vulnerable_artifacts_count_with_ignored
[Required] Gets the vulnerable_artifacts_count_with_ignored of this VulnerabilityAuditSummary. Methods
__init__
(**kwargs)Initializes a new VulnerabilityAuditSummary object with values from keyword arguments. -
MAX_OBSERVED_SEVERITY_CRITICAL
= 'CRITICAL'¶ A constant which can be used with the max_observed_severity property of a VulnerabilityAuditSummary. This constant has a value of “CRITICAL”
-
MAX_OBSERVED_SEVERITY_HIGH
= 'HIGH'¶ A constant which can be used with the max_observed_severity property of a VulnerabilityAuditSummary. This constant has a value of “HIGH”
-
MAX_OBSERVED_SEVERITY_LOW
= 'LOW'¶ A constant which can be used with the max_observed_severity property of a VulnerabilityAuditSummary. This constant has a value of “LOW”
-
MAX_OBSERVED_SEVERITY_MEDIUM
= 'MEDIUM'¶ A constant which can be used with the max_observed_severity property of a VulnerabilityAuditSummary. This constant has a value of “MEDIUM”
-
MAX_OBSERVED_SEVERITY_NONE
= 'NONE'¶ A constant which can be used with the max_observed_severity property of a VulnerabilityAuditSummary. This constant has a value of “NONE”
-
MAX_OBSERVED_SEVERITY_WITH_IGNORED_CRITICAL
= 'CRITICAL'¶ A constant which can be used with the max_observed_severity_with_ignored property of a VulnerabilityAuditSummary. This constant has a value of “CRITICAL”
-
MAX_OBSERVED_SEVERITY_WITH_IGNORED_HIGH
= 'HIGH'¶ A constant which can be used with the max_observed_severity_with_ignored property of a VulnerabilityAuditSummary. This constant has a value of “HIGH”
-
MAX_OBSERVED_SEVERITY_WITH_IGNORED_LOW
= 'LOW'¶ A constant which can be used with the max_observed_severity_with_ignored property of a VulnerabilityAuditSummary. This constant has a value of “LOW”
-
MAX_OBSERVED_SEVERITY_WITH_IGNORED_MEDIUM
= 'MEDIUM'¶ A constant which can be used with the max_observed_severity_with_ignored property of a VulnerabilityAuditSummary. This constant has a value of “MEDIUM”
-
MAX_OBSERVED_SEVERITY_WITH_IGNORED_NONE
= 'NONE'¶ A constant which can be used with the max_observed_severity_with_ignored property of a VulnerabilityAuditSummary. This constant has a value of “NONE”
-
__init__
(**kwargs)¶ Initializes a new VulnerabilityAuditSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this VulnerabilityAuditSummary.
- display_name (str) – The value to assign to the display_name property of this VulnerabilityAuditSummary.
- knowledge_base_id (str) – The value to assign to the knowledge_base_id property of this VulnerabilityAuditSummary.
- time_created (datetime) – The value to assign to the time_created property of this VulnerabilityAuditSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this VulnerabilityAuditSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this VulnerabilityAuditSummary.
- max_observed_cvss_v2_score (float) – The value to assign to the max_observed_cvss_v2_score property of this VulnerabilityAuditSummary.
- max_observed_cvss_v3_score (float) – The value to assign to the max_observed_cvss_v3_score property of this VulnerabilityAuditSummary.
- max_observed_severity (str) – The value to assign to the max_observed_severity property of this VulnerabilityAuditSummary. Allowed values for this property are: “NONE”, “LOW”, “MEDIUM”, “HIGH”, “CRITICAL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- vulnerable_artifacts_count (int) – The value to assign to the vulnerable_artifacts_count property of this VulnerabilityAuditSummary.
- max_observed_cvss_v2_score_with_ignored (float) – The value to assign to the max_observed_cvss_v2_score_with_ignored property of this VulnerabilityAuditSummary.
- max_observed_cvss_v3_score_with_ignored (float) – The value to assign to the max_observed_cvss_v3_score_with_ignored property of this VulnerabilityAuditSummary.
- max_observed_severity_with_ignored (str) – The value to assign to the max_observed_severity_with_ignored property of this VulnerabilityAuditSummary. Allowed values for this property are: “NONE”, “LOW”, “MEDIUM”, “HIGH”, “CRITICAL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- vulnerable_artifacts_count_with_ignored (int) – The value to assign to the vulnerable_artifacts_count_with_ignored property of this VulnerabilityAuditSummary.
- is_success (bool) – The value to assign to the is_success property of this VulnerabilityAuditSummary.
- build_type (str) – The value to assign to the build_type property of this VulnerabilityAuditSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this VulnerabilityAuditSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this VulnerabilityAuditSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this VulnerabilityAuditSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this VulnerabilityAuditSummary.
-
build_type
¶ Gets the build_type of this VulnerabilityAuditSummary. The type of the build tool is restricted to only two values MAVEN or UNSET. Use UNSET when the list of application dependencies is not Maven-related or is a mix of Maven and other ecosystems. This option is soon to be deprecated.
Returns: The build_type of this VulnerabilityAuditSummary. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this VulnerabilityAuditSummary. The compartment Oracle Cloud identifier (OCID) of the vulnerability audit.
Returns: The compartment_id of this VulnerabilityAuditSummary. Return type: str
Gets the defined_tags of this VulnerabilityAuditSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this VulnerabilityAuditSummary. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this VulnerabilityAuditSummary. The name of the vulnerability audit.
Returns: The display_name of this VulnerabilityAuditSummary. Return type: str
Gets the freeform_tags of this VulnerabilityAuditSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this VulnerabilityAuditSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this VulnerabilityAuditSummary. The Oracle Cloud identifier (OCID) of the vulnerability audit.
Returns: The id of this VulnerabilityAuditSummary. Return type: str
-
is_success
¶ Gets the is_success of this VulnerabilityAuditSummary. Indicates if an audit succeeded according to the configuration. The value is null if the audit is in the CREATING state.
Returns: The is_success of this VulnerabilityAuditSummary. Return type: bool
-
knowledge_base_id
¶ [Required] Gets the knowledge_base_id of this VulnerabilityAuditSummary. The Oracle Cloud identifier (OCID) of the knowledge base.
Returns: The knowledge_base_id of this VulnerabilityAuditSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this VulnerabilityAuditSummary. The current lifecycle state of the vulnerability audit.
Returns: The lifecycle_state of this VulnerabilityAuditSummary. Return type: str
-
max_observed_cvss_v2_score
¶ Gets the max_observed_cvss_v2_score of this VulnerabilityAuditSummary. Maximum Common Vulnerability Scoring System Version 2 score observed for non-ignored vulnerable application dependencies.
Returns: The max_observed_cvss_v2_score of this VulnerabilityAuditSummary. Return type: float
-
max_observed_cvss_v2_score_with_ignored
¶ Gets the max_observed_cvss_v2_score_with_ignored of this VulnerabilityAuditSummary. Maximum Common Vulnerability Scoring System Version 2 score observed for vulnerable application dependencies including ignored ones.
Returns: The max_observed_cvss_v2_score_with_ignored of this VulnerabilityAuditSummary. Return type: float
-
max_observed_cvss_v3_score
¶ Gets the max_observed_cvss_v3_score of this VulnerabilityAuditSummary. Maximum Common Vulnerability Scoring System Version 3 score observed for non-ignored vulnerable application dependencies.
Returns: The max_observed_cvss_v3_score of this VulnerabilityAuditSummary. Return type: float
-
max_observed_cvss_v3_score_with_ignored
¶ Gets the max_observed_cvss_v3_score_with_ignored of this VulnerabilityAuditSummary. Maximum Common Vulnerability Scoring System Version 3 score observed for vulnerable application dependencies including ignored ones.
Returns: The max_observed_cvss_v3_score_with_ignored of this VulnerabilityAuditSummary. Return type: float
-
max_observed_severity
¶ Gets the max_observed_severity of this VulnerabilityAuditSummary. Maximum ADM Severity observed for non-ignored vulnerable application dependencies.
Allowed values for this property are: “NONE”, “LOW”, “MEDIUM”, “HIGH”, “CRITICAL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The max_observed_severity of this VulnerabilityAuditSummary. Return type: str
-
max_observed_severity_with_ignored
¶ Gets the max_observed_severity_with_ignored of this VulnerabilityAuditSummary. Maximum ADM Severity observed for vulnerable application dependencies including ignored ones.
Allowed values for this property are: “NONE”, “LOW”, “MEDIUM”, “HIGH”, “CRITICAL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The max_observed_severity_with_ignored of this VulnerabilityAuditSummary. Return type: str
Gets the system_tags of this VulnerabilityAuditSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this VulnerabilityAuditSummary. Return type: dict(str, dict(str, object))
-
time_created
¶ [Required] Gets the time_created of this VulnerabilityAuditSummary. The creation date and time of the vulnerability audit (formatted according to RFC3339).
Returns: The time_created of this VulnerabilityAuditSummary. Return type: datetime
-
time_updated
¶ [Required] Gets the time_updated of this VulnerabilityAuditSummary. The update date and time of the vulnerability audit (formatted according to RFC3339).
Returns: The time_updated of this VulnerabilityAuditSummary. Return type: datetime
-
vulnerable_artifacts_count
¶ [Required] Gets the vulnerable_artifacts_count of this VulnerabilityAuditSummary. Count of non-ignored vulnerable application dependencies.
Returns: The vulnerable_artifacts_count of this VulnerabilityAuditSummary. Return type: int
-
vulnerable_artifacts_count_with_ignored
¶ [Required] Gets the vulnerable_artifacts_count_with_ignored of this VulnerabilityAuditSummary. Count of all vulnerable application dependencies.
Returns: The vulnerable_artifacts_count_with_ignored of this VulnerabilityAuditSummary. Return type: int
-