Interface VulnerabilityAssessmentScanRecord


public interface VulnerabilityAssessmentScanRecord
An immutable client-side representation of VulnerabilityAssessmentScanRecord.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • scanId

      String scanId()
      Gets the scanId property: The scan ID.
      Returns:
      the scanId value.
    • triggerType

      Gets the triggerType property: The scan trigger type.
      Returns:
      the triggerType value.
    • state

      Gets the state property: The scan status.
      Returns:
      the state value.
    • startTime

      OffsetDateTime startTime()
      Gets the startTime property: The scan start time (UTC).
      Returns:
      the startTime value.
    • endTime

      OffsetDateTime endTime()
      Gets the endTime property: The scan end time (UTC).
      Returns:
      the endTime value.
    • errors

      Gets the errors property: The scan errors.
      Returns:
      the errors value.
    • storageContainerPath

      String storageContainerPath()
      Gets the storageContainerPath property: The scan results storage container path.
      Returns:
      the storageContainerPath value.
    • numberOfFailedSecurityChecks

      Integer numberOfFailedSecurityChecks()
      Gets the numberOfFailedSecurityChecks property: The number of failed security checks.
      Returns:
      the numberOfFailedSecurityChecks value.
    • innerModel

      Gets the inner com.azure.resourcemanager.synapse.fluent.models.VulnerabilityAssessmentScanRecordInner object.
      Returns:
      the inner object.