SecuritySubAssessment Interface
public interface SecuritySubAssessment
An immutable client-side representation of SecuritySubAssessment.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Additional |
additionalData()
Gets the additional |
| 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 display |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
| abstract String |
idPropertiesId()
Gets the id |
| abstract String |
impact()
Gets the impact property: Description of the impact of this sub-assessment. |
|
abstract
Security |
innerModel()
Gets the inner com. |
| 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
Resource |
resourceDetails()
Gets the resource |
|
abstract
Sub |
status()
Gets the status property: Status of the sub-assessment. |
|
abstract
System |
systemData()
Gets the system |
|
abstract
Offset |
timeGenerated()
Gets the time |
| 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:
category
public abstract String category()
Gets the category property: Category of the sub-assessment.
Returns:
description
public abstract String description()
Gets the description property: Human readable description of the assessment status.
Returns:
displayName
public abstract String displayName()
Gets the displayName property: User friendly display name of the sub-assessment.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
idPropertiesId
public abstract String idPropertiesId()
Gets the idPropertiesId property: Vulnerability ID.
Returns:
impact
public abstract String impact()
Gets the impact property: Description of the impact of this sub-assessment.
Returns:
innerModel
public abstract SecuritySubAssessmentInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.SecuritySubAssessmentInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
remediation
public abstract String remediation()
Gets the remediation property: Information on how to remediate this sub-assessment.
Returns:
resourceDetails
public abstract ResourceDetails resourceDetails()
Gets the resourceDetails property: Details of the resource that was assessed.
Returns:
status
public abstract SubAssessmentStatus status()
Gets the status property: Status of the sub-assessment.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
timeGenerated
public abstract OffsetDateTime timeGenerated()
Gets the timeGenerated property: The date and time the sub-assessment was generated.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: