Show / Hide Table of Contents

Class VulnerabilityAuditSummary

Summary of vulnerability audit.

Inheritance
object
VulnerabilityAuditSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class VulnerabilityAuditSummary

Properties

BuildStageId

Declaration
[Required(ErrorMessage = "BuildStageId is required.")]
[JsonProperty(PropertyName = "buildStageId")]
public string BuildStageId { get; set; }
Property Value
Type Description
string

Build stage OCID where scan was configured.

Remarks

Required

CommitHash

Declaration
[JsonProperty(PropertyName = "commitHash")]
public string CommitHash { get; set; }
Property Value
Type Description
string

Commit hash used while retrieving the pom file for vulnerabilityAudit.

VulnerabilityAuditId

Declaration
[Required(ErrorMessage = "VulnerabilityAuditId is required.")]
[JsonProperty(PropertyName = "vulnerabilityAuditId")]
public string VulnerabilityAuditId { get; set; }
Property Value
Type Description
string

The OCID of the vulnerability audit.

Remarks

Required

In this article
Back to top