SecuritySubAssessmentInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. security. fluent. models. SecuritySubAssessmentInner
- com.
- com.
public final class SecuritySubAssessmentInner
extends ProxyResource
Security sub-assessment on a resource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Additional |
additionalData()
Get the additional |
| String |
category()
Get the category property: Category of the sub-assessment. |
| String |
description()
Get the description property: Human readable description of the assessment status. |
| 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. |
| String |
idPropertiesId()
Get the id property: Vulnerability ID. |
| String |
impact()
Get the impact property: Description of the impact of this sub-assessment. |
| String |
name()
Get the name property: The name of the resource. |
| String |
remediation()
Get the remediation property: Information on how to remediate this sub-assessment. |
|
Resource |
resourceDetails()
Get the resource |
|
Sub |
status()
Get the status property: Status of the sub-assessment. |
|
System |
systemData()
Get the system |
|
Offset |
timeGenerated()
Get the time |
|
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 AdditionalData additionalData()
Get the additionalData property: Details of the sub-assessment.
Returns:
category
public String category()
Get the category property: Category of the sub-assessment.
Returns:
description
public String description()
Get the description property: Human readable description of the assessment status.
Returns:
displayName
public String displayName()
Get the displayName property: User friendly display name of the sub-assessment.
Returns:
fromJson
public static SecuritySubAssessmentInner fromJson(JsonReader jsonReader)
Reads an instance of SecuritySubAssessmentInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
SecuritySubAssessmentInner.id()Returns:
idPropertiesId
public String idPropertiesId()
Get the id property: Vulnerability ID.
Returns:
impact
public String impact()
Get the impact property: Description of the impact of this sub-assessment.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SecuritySubAssessmentInner.name()Returns:
remediation
public String remediation()
Get the remediation property: Information on how to remediate this sub-assessment.
Returns:
resourceDetails
public ResourceDetails resourceDetails()
Get the resourceDetails property: Details of the resource that was assessed.
Returns:
status
public SubAssessmentStatus status()
Get the status property: Status of the sub-assessment.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
timeGenerated
public OffsetDateTime timeGenerated()
Get the timeGenerated property: The date and time the sub-assessment was generated.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SecuritySubAssessmentInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SecuritySubAssessmentInner.type()Returns:
validate
public void validate()
Validates the instance.