Share via


SecurityAssessmentMetadataProperties Constructors

Definition

Overloads

SecurityAssessmentMetadataProperties()

Initializes a new instance of the SecurityAssessmentMetadataProperties class.

SecurityAssessmentMetadataProperties(String, String, String, String, String, String, IList<String>, String, String, IList<String>, Nullable<Boolean>, SecurityAssessmentMetadataPartnerData)

Initializes a new instance of the SecurityAssessmentMetadataProperties class.

SecurityAssessmentMetadataProperties()

Initializes a new instance of the SecurityAssessmentMetadataProperties class.

public SecurityAssessmentMetadataProperties ();
Public Sub New ()

Applies to

SecurityAssessmentMetadataProperties(String, String, String, String, String, String, IList<String>, String, String, IList<String>, Nullable<Boolean>, SecurityAssessmentMetadataPartnerData)

Initializes a new instance of the SecurityAssessmentMetadataProperties class.

public SecurityAssessmentMetadataProperties (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);
new Microsoft.Azure.Management.Security.Models.SecurityAssessmentMetadataProperties : 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.SecurityAssessmentMetadataProperties
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)

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

Applies to