VulnerabilityAuditSummary

class oci.adm.models.VulnerabilityAuditSummary(**kwargs)

Bases: object

Vulnerability Audit summary.

Methods

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

Attributes

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 [Required] Gets the max_observed_cvss_v2_score of this VulnerabilityAuditSummary.
max_observed_cvss_v2_score_with_ignored [Required] Gets the max_observed_cvss_v2_score_with_ignored of this VulnerabilityAuditSummary.
max_observed_cvss_v3_score [Required] Gets the max_observed_cvss_v3_score of this VulnerabilityAuditSummary.
max_observed_cvss_v3_score_with_ignored [Required] Gets the max_observed_cvss_v3_score_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.
__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.
  • 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.
  • 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. Type of the build tool.

Returns:The build_type of this VulnerabilityAuditSummary.
Return type:str
compartment_id

[Required] Gets the compartment_id of this VulnerabilityAuditSummary. The Oracle Cloud identifier (OCID) of the compartment associated with the Vulnerability Audit.

Returns:The compartment_id of this VulnerabilityAuditSummary.
Return type:str
defined_tags

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
freeform_tags

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

[Required] 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

[Required] 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

[Required] 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

[Required] 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
system_tags

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