SecuritySubAssessmentInner Class

public final class SecuritySubAssessmentInner
extends ProxyResource

Security sub-assessment on a resource.

Constructor Summary

Constructor Description
SecuritySubAssessmentInner()

Creates an instance of SecuritySubAssessmentInner class.

Method Summary

Modifier and Type Method and Description
AdditionalData additionalData()

Get the additionalData property: Details of the sub-assessment.

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 displayName property: User friendly display name of the sub-assessment.

String idPropertiesId()

Get the id property: Vulnerability ID.

String impact()

Get the impact property: Description of the impact of this sub-assessment.

String remediation()

Get the remediation property: Information on how to remediate this sub-assessment.

ResourceDetails resourceDetails()

Get the resourceDetails property: Details of the resource that was assessed.

SubAssessmentStatus status()

Get the status property: Status of the sub-assessment.

OffsetDateTime timeGenerated()

Get the timeGenerated property: The date and time the sub-assessment was generated.

void validate()

Validates the instance.

SecuritySubAssessmentInner withAdditionalData(AdditionalData additionalData)

Set the additionalData property: Details of the sub-assessment.

SecuritySubAssessmentInner withResourceDetails(ResourceDetails resourceDetails)

Set the resourceDetails property: Details of the resource that was assessed.

SecuritySubAssessmentInner withStatus(SubAssessmentStatus status)

Set the status property: Status of the sub-assessment.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

SecuritySubAssessmentInner

public SecuritySubAssessmentInner()

Creates an instance of SecuritySubAssessmentInner class.

Method Details

additionalData

public AdditionalData additionalData()

Get the additionalData property: Details of the sub-assessment.

Returns:

the additionalData value.

category

public String category()

Get the category property: Category of the sub-assessment.

Returns:

the category value.

description

public String description()

Get the description property: Human readable description of the assessment status.

Returns:

the description value.

displayName

public String displayName()

Get the displayName property: User friendly display name of the sub-assessment.

Returns:

the displayName value.

idPropertiesId

public String idPropertiesId()

Get the id property: Vulnerability ID.

Returns:

the id value.

impact

public String impact()

Get the impact property: Description of the impact of this sub-assessment.

Returns:

the impact value.

remediation

public String remediation()

Get the remediation property: Information on how to remediate this sub-assessment.

Returns:

the remediation value.

resourceDetails

public ResourceDetails resourceDetails()

Get the resourceDetails property: Details of the resource that was assessed.

Returns:

the resourceDetails value.

status

public SubAssessmentStatus status()

Get the status property: Status of the sub-assessment.

Returns:

the status value.

timeGenerated

public OffsetDateTime timeGenerated()

Get the timeGenerated property: The date and time the sub-assessment was generated.

Returns:

the timeGenerated value.

validate

public void validate()

Validates the instance.

withAdditionalData

public SecuritySubAssessmentInner withAdditionalData(AdditionalData additionalData)

Set the additionalData property: Details of the sub-assessment.

Parameters:

additionalData - the additionalData value to set.

Returns:

the SecuritySubAssessmentInner object itself.

withResourceDetails

public SecuritySubAssessmentInner withResourceDetails(ResourceDetails resourceDetails)

Set the resourceDetails property: Details of the resource that was assessed.

Parameters:

resourceDetails - the resourceDetails value to set.

Returns:

the SecuritySubAssessmentInner object itself.

withStatus

public SecuritySubAssessmentInner withStatus(SubAssessmentStatus status)

Set the status property: Status of the sub-assessment.

Parameters:

status - the status value to set.

Returns:

the SecuritySubAssessmentInner object itself.

Applies to