SecurityAssessmentResponse Interface
public interface SecurityAssessmentResponse
An immutable client-side representation of SecurityAssessmentResponse.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Map<String,String> |
additionalData()
Gets the additional |
| abstract String |
displayName()
Gets the display |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Security |
innerModel()
Gets the inner com. |
|
abstract
Assessment |
links()
Gets the links property: Links relevant to the assessment. |
|
abstract
Security |
metadata()
Gets the metadata property: Describes properties of an assessment metadata. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Security |
partnersData()
Gets the partners |
|
abstract
Security |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Security |
refresh(Context context)
Refreshes the resource to sync with Azure. |
|
abstract
Resource |
resourceDetails()
Gets the resource |
|
abstract
Security |
risk()
Gets the risk property: External model of risk result. |
|
abstract
Assessment |
status()
Gets the status property: The result of the assessment. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Security |
Method Details
additionalData
public abstract Map<String,String> additionalData()
Gets the additionalData property: Additional data regarding the assessment.
Returns:
displayName
public abstract String displayName()
Gets the displayName property: User friendly display name of the assessment.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract SecurityAssessmentResponseInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.SecurityAssessmentResponseInner object.
Returns:
links
public abstract AssessmentLinks links()
Gets the links property: Links relevant to the assessment.
Returns:
metadata
public abstract SecurityAssessmentMetadataProperties metadata()
Gets the metadata property: Describes properties of an assessment metadata.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
partnersData
public abstract SecurityAssessmentPartnerData partnersData()
Gets the partnersData property: Data regarding 3rd party partner integration.
Returns:
refresh
public abstract SecurityAssessmentResponse refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract SecurityAssessmentResponse refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceDetails
public abstract ResourceDetails resourceDetails()
Gets the resourceDetails property: Details of the resource that was assessed.
Returns:
risk
public abstract SecurityAssessmentPropertiesBaseRisk risk()
Gets the risk property: External model of risk result.
Returns:
status
public abstract AssessmentStatusResponse status()
Gets the status property: The result of the assessment.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract SecurityAssessmentResponse.Update update()
Begins update for the SecurityAssessmentResponse resource.
Returns: