Aracılığıyla paylaş


SecurityAssessmentMetadataPropertiesResponse Class

Definition

Describes properties of an assessment metadata response.

public class SecurityAssessmentMetadataPropertiesResponse : Microsoft.Azure.Management.Security.Models.SecurityAssessmentMetadataProperties
type SecurityAssessmentMetadataPropertiesResponse = class
    inherit SecurityAssessmentMetadataProperties
Public Class SecurityAssessmentMetadataPropertiesResponse
Inherits SecurityAssessmentMetadataProperties
Inheritance
SecurityAssessmentMetadataPropertiesResponse

Constructors

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.

Properties

AssessmentType

Gets or sets 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'

(Inherited from SecurityAssessmentMetadataProperties)
Categories

Gets or sets

(Inherited from SecurityAssessmentMetadataProperties)
Description

Gets or sets human readable description of the assessment

(Inherited from SecurityAssessmentMetadataProperties)
DisplayName

Gets or sets user friendly display name of the assessment

(Inherited from SecurityAssessmentMetadataProperties)
ImplementationEffort

Gets or sets the implementation effort required to remediate this assessment Possible values include: 'Low', 'Moderate', 'High'

(Inherited from SecurityAssessmentMetadataProperties)
PartnerData

Gets or sets describes the partner that created the assessment

(Inherited from SecurityAssessmentMetadataProperties)
PlannedDeprecationDate

Gets or sets

PolicyDefinitionId

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

(Inherited from SecurityAssessmentMetadataProperties)
Preview

Gets or sets true if this assessment is in preview release status

(Inherited from SecurityAssessmentMetadataProperties)
PublishDates

Gets or sets

RemediationDescription

Gets or sets human readable description of what you should do to mitigate this security issue

(Inherited from SecurityAssessmentMetadataProperties)
Severity

Gets or sets the severity level of the assessment Possible values include: 'Low', 'Medium', 'High'

(Inherited from SecurityAssessmentMetadataProperties)
Tactics

Gets or sets

Techniques

Gets or sets

Threats

Gets or sets

(Inherited from SecurityAssessmentMetadataProperties)
UserImpact

Gets or sets the user impact of the assessment Possible values include: 'Low', 'Moderate', 'High'

(Inherited from SecurityAssessmentMetadataProperties)

Methods

Validate()

Validate the object.

Applies to