SecurityAssessmentResponseInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. security. fluent. models. SecurityAssessmentResponseInner
- com.
- com.
public final class SecurityAssessmentResponseInner
extends ProxyResource
Security assessment on a resource - response format.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,String> |
additionalData()
Get the additional |
| String |
displayName()
Get the display |
|
static
Security |
fromJson(JsonReader jsonReader)
Reads an instance of Security |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
|
Assessment |
links()
Get the links property: Links relevant to the assessment. |
|
Security |
metadata()
Get the metadata property: Describes properties of an assessment metadata. |
| String |
name()
Get the name property: The name of the resource. |
|
Security |
partnersData()
Get the partners |
|
Resource |
resourceDetails()
Get the resource |
|
Security |
risk()
Get the risk property: External model of risk result. |
|
Assessment |
status()
Get the status property: The result of the assessment. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Method Details
additionalData
public Map<String,String> additionalData()
Get the additionalData property: Additional data regarding the assessment.
Returns:
displayName
public String displayName()
Get the displayName property: User friendly display name of the assessment.
Returns:
fromJson
public static SecurityAssessmentResponseInner fromJson(JsonReader jsonReader)
Reads an instance of SecurityAssessmentResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
SecurityAssessmentResponseInner.id()Returns:
links
public AssessmentLinks links()
Get the links property: Links relevant to the assessment.
Returns:
metadata
public SecurityAssessmentMetadataProperties metadata()
Get the metadata property: Describes properties of an assessment metadata.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SecurityAssessmentResponseInner.name()Returns:
partnersData
public SecurityAssessmentPartnerData partnersData()
Get the partnersData property: Data regarding 3rd party partner integration.
Returns:
resourceDetails
public ResourceDetails resourceDetails()
Get the resourceDetails property: Details of the resource that was assessed.
Returns:
risk
public SecurityAssessmentPropertiesBaseRisk risk()
Get the risk property: External model of risk result.
Returns:
status
public AssessmentStatusResponse status()
Get the status property: The result of the assessment.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SecurityAssessmentResponseInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SecurityAssessmentResponseInner.type()Returns:
validate
public void validate()
Validates the instance.