Class VulnerabilityAssessmentScanRecordProperties
- java.lang.Object
-
- com.azure.resourcemanager.synapse.fluent.models.VulnerabilityAssessmentScanRecordProperties
-
public final class VulnerabilityAssessmentScanRecordProperties extends Object
Properties of a vulnerability assessment scan record.
-
-
Constructor Summary
Constructors Constructor Description VulnerabilityAssessmentScanRecordProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OffsetDateTime
endTime()
Get the endTime property: The scan end time (UTC).List<VulnerabilityAssessmentScanError>
errors()
Get the errors property: The scan errors.Integer
numberOfFailedSecurityChecks()
Get the numberOfFailedSecurityChecks property: The number of failed security checks.String
scanId()
Get the scanId property: The scan ID.OffsetDateTime
startTime()
Get the startTime property: The scan start time (UTC).VulnerabilityAssessmentScanState
state()
Get the state property: The scan status.String
storageContainerPath()
Get the storageContainerPath property: The scan results storage container path.VulnerabilityAssessmentScanTriggerType
triggerType()
Get the triggerType property: The scan trigger type.void
validate()
Validates the instance.
-
-
-
Method Detail
-
scanId
public String scanId()
Get the scanId property: The scan ID.- Returns:
- the scanId value.
-
triggerType
public VulnerabilityAssessmentScanTriggerType triggerType()
Get the triggerType property: The scan trigger type.- Returns:
- the triggerType value.
-
state
public VulnerabilityAssessmentScanState state()
Get the state property: The scan status.- Returns:
- the state value.
-
startTime
public OffsetDateTime startTime()
Get the startTime property: The scan start time (UTC).- Returns:
- the startTime value.
-
endTime
public OffsetDateTime endTime()
Get the endTime property: The scan end time (UTC).- Returns:
- the endTime value.
-
errors
public List<VulnerabilityAssessmentScanError> errors()
Get the errors property: The scan errors.- Returns:
- the errors value.
-
storageContainerPath
public String storageContainerPath()
Get the storageContainerPath property: The scan results storage container path.- Returns:
- the storageContainerPath value.
-
numberOfFailedSecurityChecks
public Integer numberOfFailedSecurityChecks()
Get the numberOfFailedSecurityChecks property: The number of failed security checks.- Returns:
- the numberOfFailedSecurityChecks value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-