Share via


SecurityAssessmentMetadataResponse Constructors

Definition

Overloads

SecurityAssessmentMetadataResponse()

Initializes a new instance of the SecurityAssessmentMetadataResponse class.

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

Initializes a new instance of the SecurityAssessmentMetadataResponse class.

SecurityAssessmentMetadataResponse()

Initializes a new instance of the SecurityAssessmentMetadataResponse class.

public SecurityAssessmentMetadataResponse ();
Public Sub New ()

Applies to

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

Initializes a new instance of the SecurityAssessmentMetadataResponse class.

public SecurityAssessmentMetadataResponse (string id = default, string name = default, string type = default, string severity = default, string userImpact = default, string implementationEffort = default, string assessmentType = default, string displayName = default, string policyDefinitionId = default, string description = default, string remediationDescription = default, System.Collections.Generic.IList<string> categories = 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.SecurityAssessmentMetadataResponse : string * string * string * string * string * string * string * string * string * string * string * System.Collections.Generic.IList<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.SecurityAssessmentMetadataResponse
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional severity As String = Nothing, Optional userImpact As String = Nothing, Optional implementationEffort As String = Nothing, Optional assessmentType As String = Nothing, Optional displayName As String = Nothing, Optional policyDefinitionId As String = Nothing, Optional description As String = Nothing, Optional remediationDescription As String = Nothing, Optional categories As IList(Of 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

id
String

Resource Id

name
String

Resource name

type
String

Resource type

severity
String

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

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'

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'

displayName
String

User friendly display name of the assessment

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>
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