SecurityAssessmentResponse 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 assessment on a resource - response format
[Microsoft.Rest.Serialization.JsonTransformation]
public class SecurityAssessmentResponse : Microsoft.Azure.Management.Security.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SecurityAssessmentResponse = class
inherit Resource
Public Class SecurityAssessmentResponse
Inherits Resource
- Inheritance
- Attributes
Constructors
SecurityAssessmentResponse() |
Initializes a new instance of the SecurityAssessmentResponse class. |
SecurityAssessmentResponse(String, String, String, ResourceDetails, String, IDictionary<String,String>, AssessmentLinks, SecurityAssessmentMetadataProperties, SecurityAssessmentPartnerData, AssessmentStatusResponse) |
Initializes a new instance of the SecurityAssessmentResponse class. |
Properties
AdditionalData |
Gets or sets additional data regarding the assessment |
DisplayName |
Gets user friendly display name of the assessment |
Id |
Gets resource Id (Inherited from Resource) |
Links |
Gets links relevant to the assessment |
Metadata |
Gets or sets describes properties of an assessment metadata. |
Name |
Gets resource name (Inherited from Resource) |
PartnersData |
Gets or sets data regarding 3rd party partner integration |
ResourceDetails |
Gets or sets details of the resource that was assessed |
Status |
Gets or sets the result of the assessment |
Type |
Gets resource type (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Extension Methods
ConvertToPSType(SecurityAssessmentResponse) |