VulnerabilityAuditSummary

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

Bases: object

Summary of vulnerability audit.

Methods

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

Attributes

build_stage_id [Required] Gets the build_stage_id of this VulnerabilityAuditSummary.
commit_hash Gets the commit_hash of this VulnerabilityAuditSummary.
vulnerability_audit_id [Required] Gets the vulnerability_audit_id 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:
  • vulnerability_audit_id (str) – The value to assign to the vulnerability_audit_id property of this VulnerabilityAuditSummary.
  • commit_hash (str) – The value to assign to the commit_hash property of this VulnerabilityAuditSummary.
  • build_stage_id (str) – The value to assign to the build_stage_id property of this VulnerabilityAuditSummary.
build_stage_id

[Required] Gets the build_stage_id of this VulnerabilityAuditSummary. Build stage OCID where scan was configured.

Returns:The build_stage_id of this VulnerabilityAuditSummary.
Return type:str
commit_hash

Gets the commit_hash of this VulnerabilityAuditSummary. Commit hash used while retrieving the pom file for vulnerabilityAudit.

Returns:The commit_hash of this VulnerabilityAuditSummary.
Return type:str
vulnerability_audit_id

[Required] Gets the vulnerability_audit_id of this VulnerabilityAuditSummary. The OCID of the vulnerability audit.

Returns:The vulnerability_audit_id of this VulnerabilityAuditSummary.
Return type:str