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.
Constructor Summary
| Constructor | Description |
|---|---|
| SecurityAssessmentResponseInner() |
Creates an instance of Security |
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 |
|
Assessment |
status()
Get the status property: The result of the assessment. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Security |
withAdditionalData(Map<String,String> additionalData)
Set the additional |
|
Security |
withMetadata(SecurityAssessmentMetadataProperties metadata)
Set the metadata property: Describes properties of an assessment metadata. |
|
Security |
withPartnersData(SecurityAssessmentPartnerData partnersData)
Set the partners |
|
Security |
withResourceDetails(ResourceDetails resourceDetails)
Set the resource |
|
Security |
withStatus(AssessmentStatusResponse status)
Set the status property: The result of the assessment. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
SecurityAssessmentResponseInner
public SecurityAssessmentResponseInner()
Creates an instance of SecurityAssessmentResponseInner class.
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:
status
public AssessmentStatusResponse status()
Get the status property: The result of the assessment.
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.
withAdditionalData
public SecurityAssessmentResponseInner withAdditionalData(Map<String,String> additionalData)
Set the additionalData property: Additional data regarding the assessment.
Parameters:
Returns:
withMetadata
public SecurityAssessmentResponseInner withMetadata(SecurityAssessmentMetadataProperties metadata)
Set the metadata property: Describes properties of an assessment metadata.
Parameters:
Returns:
withPartnersData
public SecurityAssessmentResponseInner withPartnersData(SecurityAssessmentPartnerData partnersData)
Set the partnersData property: Data regarding 3rd party partner integration.
Parameters:
Returns:
withResourceDetails
public SecurityAssessmentResponseInner withResourceDetails(ResourceDetails resourceDetails)
Set the resourceDetails property: Details of the resource that was assessed.
Parameters:
Returns:
withStatus
public SecurityAssessmentResponseInner withStatus(AssessmentStatusResponse status)
Set the status property: The result of the assessment.
Parameters:
Returns: