Interface SecurityAssessmentResponse


public interface SecurityAssessmentResponse
An immutable client-side representation of SecurityAssessmentResponse.
  • 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.
    • status

      Gets the status property: The result of the assessment.
      Returns:
      the status value.
    • resourceDetails

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

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

      Map<String,String> additionalData()
      Gets the additionalData property: Additional data regarding the assessment.
      Returns:
      the additionalData value.
    • links

      Gets the links property: Links relevant to the assessment.
      Returns:
      the links value.
    • metadata

      Gets the metadata property: Describes properties of an assessment metadata.
      Returns:
      the metadata value.
    • partnersData

      Gets the partnersData property: Data regarding 3rd party partner integration.
      Returns:
      the partnersData value.
    • innerModel

      Gets the inner com.azure.resourcemanager.security.fluent.models.SecurityAssessmentResponseInner object.
      Returns:
      the inner object.
    • update

      Begins update for the SecurityAssessmentResponse resource.
      Returns:
      the stage of resource update.
    • refresh

      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      SecurityAssessmentResponse refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.