SecuritySubAssessment Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Security sub-assessment on a resource
[Microsoft.Rest.Serialization.JsonTransformation]
public class SecuritySubAssessment : Microsoft.Azure.Management.Security.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SecuritySubAssessment = class
inherit Resource
Public Class SecuritySubAssessment
Inherits Resource
- Inheritance
- Attributes
Constructors
SecuritySubAssessment() |
Initializes a new instance of the SecuritySubAssessment class. |
SecuritySubAssessment(String, String, String, ResourceDetails, AdditionalData, String, String, SubAssessmentStatus, String, String, String, String, Nullable<DateTime>) |
Initializes a new instance of the SecuritySubAssessment class. |
Properties
AdditionalData |
Gets or sets details of the sub-assessment |
Category |
Gets category of the sub-assessment |
Description |
Gets human readable description of the assessment status |
DisplayName |
Gets user friendly display name of the sub-assessment |
Id |
Gets resource Id (Inherited from Resource) |
Impact |
Gets description of the impact of this sub-assessment |
Name |
Gets resource name (Inherited from Resource) |
PropertiesId |
Gets vulnerability ID |
Remediation |
Gets information on how to remediate this sub-assessment |
ResourceDetails |
Gets or sets details of the resource that was assessed |
Status |
Gets or sets status of the sub-assessment |
TimeGenerated |
Gets the date and time the sub-assessment was generated |
Type |
Gets resource type (Inherited from Resource) |
Extension Methods
ConvertToPSType(SecuritySubAssessment) |