Interface SecuritySubAssessment


public interface SecuritySubAssessment
An immutable client-side representation of SecuritySubAssessment.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the additionalData property: Details of the sub-assessment.
    Gets the category property: Category of the sub-assessment.
    Gets the description property: Human readable description of the assessment status.
    Gets the displayName property: User friendly display name of the sub-assessment.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the idPropertiesId property: Vulnerability ID.
    Gets the impact property: Description of the impact of this sub-assessment.
    Gets the inner com.azure.resourcemanager.security.fluent.models.SecuritySubAssessmentInner object.
    Gets the name property: The name of the resource.
    Gets the remediation property: Information on how to remediate this sub-assessment.
    Gets the resourceDetails property: Details of the resource that was assessed.
    Gets the status property: Status of the sub-assessment.
    Gets the timeGenerated property: The date and time the sub-assessment was generated.
    Gets the type property: The type of the resource.
  • 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.
    • idPropertiesId

      String idPropertiesId()
      Gets the idPropertiesId property: Vulnerability ID.
      Returns:
      the idPropertiesId value.
    • displayName

      String displayName()
      Gets the displayName property: User friendly display name of the sub-assessment.
      Returns:
      the displayName value.
    • status

      Gets the status property: Status of the sub-assessment.
      Returns:
      the status value.
    • remediation

      String remediation()
      Gets the remediation property: Information on how to remediate this sub-assessment.
      Returns:
      the remediation value.
    • impact

      String impact()
      Gets the impact property: Description of the impact of this sub-assessment.
      Returns:
      the impact value.
    • category

      String category()
      Gets the category property: Category of the sub-assessment.
      Returns:
      the category value.
    • description

      String description()
      Gets the description property: Human readable description of the assessment status.
      Returns:
      the description value.
    • timeGenerated

      OffsetDateTime timeGenerated()
      Gets the timeGenerated property: The date and time the sub-assessment was generated.
      Returns:
      the timeGenerated value.
    • resourceDetails

      ResourceDetails resourceDetails()
      Gets the resourceDetails property: Details of the resource that was assessed.
      Returns:
      the resourceDetails value.
    • additionalData

      AdditionalData additionalData()
      Gets the additionalData property: Details of the sub-assessment.
      Returns:
      the additionalData value.
    • innerModel

      Gets the inner com.azure.resourcemanager.security.fluent.models.SecuritySubAssessmentInner object.
      Returns:
      the inner object.