Partager via


SecurityAssessmentMetadataPropertiesResponse Constructors

Definition

Overloads

SecurityAssessmentMetadataPropertiesResponse()

Initializes a new instance of the SecurityAssessmentMetadataPropertiesResponse class.

SecurityAssessmentMetadataPropertiesResponse(String, String, String, String, String, String, IList<String>, String, String, IList<String>, Nullable<Boolean>, SecurityAssessmentMetadataPartnerData, SecurityAssessmentMetadataPropertiesResponsePublishDates, String, IList<String>, IList<String>)

Initializes a new instance of the SecurityAssessmentMetadataPropertiesResponse class.

SecurityAssessmentMetadataPropertiesResponse()

Initializes a new instance of the SecurityAssessmentMetadataPropertiesResponse class.

public SecurityAssessmentMetadataPropertiesResponse ();
Public Sub New ()

Applies to

SecurityAssessmentMetadataPropertiesResponse(String, String, String, String, String, String, IList<String>, String, String, IList<String>, Nullable<Boolean>, SecurityAssessmentMetadataPartnerData, SecurityAssessmentMetadataPropertiesResponsePublishDates, String, IList<String>, IList<String>)

Initializes a new instance of the SecurityAssessmentMetadataPropertiesResponse class.

public SecurityAssessmentMetadataPropertiesResponse (string displayName, string severity, string assessmentType, string policyDefinitionId = default, string description = default, string remediationDescription = default, System.Collections.Generic.IList<string> categories = default, string userImpact = default, string implementationEffort = default, System.Collections.Generic.IList<string> threats = default, bool? preview = default, Microsoft.Azure.Management.Security.Models.SecurityAssessmentMetadataPartnerData partnerData = default, Microsoft.Azure.Management.Security.Models.SecurityAssessmentMetadataPropertiesResponsePublishDates publishDates = default, string plannedDeprecationDate = default, System.Collections.Generic.IList<string> tactics = default, System.Collections.Generic.IList<string> techniques = default);
new Microsoft.Azure.Management.Security.Models.SecurityAssessmentMetadataPropertiesResponse : string * string * string * string * string * string * System.Collections.Generic.IList<string> * string * string * System.Collections.Generic.IList<string> * Nullable<bool> * Microsoft.Azure.Management.Security.Models.SecurityAssessmentMetadataPartnerData * Microsoft.Azure.Management.Security.Models.SecurityAssessmentMetadataPropertiesResponsePublishDates * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Security.Models.SecurityAssessmentMetadataPropertiesResponse
Public Sub New (displayName As String, severity As String, assessmentType As String, Optional policyDefinitionId As String = Nothing, Optional description As String = Nothing, Optional remediationDescription As String = Nothing, Optional categories As IList(Of String) = Nothing, Optional userImpact As String = Nothing, Optional implementationEffort As String = Nothing, Optional threats As IList(Of String) = Nothing, Optional preview As Nullable(Of Boolean) = Nothing, Optional partnerData As SecurityAssessmentMetadataPartnerData = Nothing, Optional publishDates As SecurityAssessmentMetadataPropertiesResponsePublishDates = Nothing, Optional plannedDeprecationDate As String = Nothing, Optional tactics As IList(Of String) = Nothing, Optional techniques As IList(Of String) = Nothing)

Parameters

displayName
String

User friendly display name of the assessment

severity
String

The severity level of the assessment Possible values include: 'Low', 'Medium', 'High'

assessmentType
String

BuiltIn if the assessment based on built-in Azure Policy definition, Custom if the assessment based on custom Azure Policy definition Possible values include: 'BuiltIn', 'CustomPolicy', 'CustomerManaged', 'VerifiedPartner'

policyDefinitionId
String

Azure resource ID of the policy definition that turns this assessment calculation on

description
String

Human readable description of the assessment

remediationDescription
String

Human readable description of what you should do to mitigate this security issue

categories
IList<String>
userImpact
String

The user impact of the assessment Possible values include: 'Low', 'Moderate', 'High'

implementationEffort
String

The implementation effort required to remediate this assessment Possible values include: 'Low', 'Moderate', 'High'

threats
IList<String>
preview
Nullable<Boolean>

True if this assessment is in preview release status

partnerData
SecurityAssessmentMetadataPartnerData

Describes the partner that created the assessment

plannedDeprecationDate
String
tactics
IList<String>
techniques
IList<String>

Applies to