SecuritySubAssessment Interface

public interface SecuritySubAssessment

An immutable client-side representation of SecuritySubAssessment.

Method Summary

Modifier and Type Method and Description
abstract AdditionalData additionalData()

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

abstract String category()

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

abstract String description()

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

abstract String displayName()

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

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract String idPropertiesId()

Gets the idPropertiesId property: Vulnerability ID.

abstract String impact()

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

abstract SecuritySubAssessmentInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.SecuritySubAssessmentInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract String remediation()

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

abstract ResourceDetails resourceDetails()

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

abstract SubAssessmentStatus status()

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

abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

abstract OffsetDateTime timeGenerated()

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

abstract String type()

Gets the type property: The type of the resource.

Method Details

additionalData

public abstract AdditionalData additionalData()

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

Returns:

the additionalData value.

category

public abstract String category()

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

Returns:

the category value.

description

public abstract String description()

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

Returns:

the description value.

displayName

public abstract String displayName()

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

Returns:

the displayName value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

idPropertiesId

public abstract String idPropertiesId()

Gets the idPropertiesId property: Vulnerability ID.

Returns:

the idPropertiesId value.

impact

public abstract String impact()

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

Returns:

the impact value.

innerModel

public abstract SecuritySubAssessmentInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.SecuritySubAssessmentInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

remediation

public abstract String remediation()

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

Returns:

the remediation value.

resourceDetails

public abstract ResourceDetails resourceDetails()

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

Returns:

the resourceDetails value.

status

public abstract SubAssessmentStatus status()

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

Returns:

the status value.

systemData

public abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

timeGenerated

public abstract OffsetDateTime timeGenerated()

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

Returns:

the timeGenerated value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to