SecurityAssessmentMetadataPropertiesResult 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.
Describes properties of an assessment metadata response.
public class SecurityAssessmentMetadataPropertiesResult : Azure.ResourceManager.SecurityCenter.Models.SecurityAssessmentMetadataProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.SecurityAssessmentMetadataPropertiesResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.SecurityAssessmentMetadataPropertiesResult>
type SecurityAssessmentMetadataPropertiesResult = class
inherit SecurityAssessmentMetadataProperties
interface IJsonModel<SecurityAssessmentMetadataPropertiesResult>
interface IPersistableModel<SecurityAssessmentMetadataPropertiesResult>
Public Class SecurityAssessmentMetadataPropertiesResult
Inherits SecurityAssessmentMetadataProperties
Implements IJsonModel(Of SecurityAssessmentMetadataPropertiesResult), IPersistableModel(Of SecurityAssessmentMetadataPropertiesResult)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| SecurityAssessmentMetadataPropertiesResult(String, SecurityAssessmentSeverity, SecurityAssessmentType) |
Initializes a new instance of SecurityAssessmentMetadataPropertiesResult. |
Properties
| Name | Description |
|---|---|
| AssessmentType |
BuiltIn if the assessment based on built-in Azure Policy definition, Custom if the assessment based on custom Azure Policy definition. (Inherited from SecurityAssessmentMetadataProperties) |
| Categories |
Gets the Categories. (Inherited from SecurityAssessmentMetadataProperties) |
| Description |
Human readable description of the assessment. (Inherited from SecurityAssessmentMetadataProperties) |
| DisplayName |
User friendly display name of the assessment. (Inherited from SecurityAssessmentMetadataProperties) |
| ImplementationEffort |
The implementation effort required to remediate this assessment. (Inherited from SecurityAssessmentMetadataProperties) |
| IsPreview |
True if this assessment is in preview release status. (Inherited from SecurityAssessmentMetadataProperties) |
| PartnerData |
Describes the partner that created the assessment. (Inherited from SecurityAssessmentMetadataProperties) |
| PlannedDeprecationDate |
Gets or sets the PlannedDeprecationDate. |
| PolicyDefinitionId |
Azure resource ID of the policy definition that turns this assessment calculation on. (Inherited from SecurityAssessmentMetadataProperties) |
| PublishDates |
Gets or sets the PublishDates. |
| RemediationDescription |
Human readable description of what you should do to mitigate this security issue. (Inherited from SecurityAssessmentMetadataProperties) |
| Severity |
The severity level of the assessment. (Inherited from SecurityAssessmentMetadataProperties) |
| Tactics |
Gets the Tactics. |
| Techniques |
Gets the Techniques. |
| Threats |
Gets the Threats. (Inherited from SecurityAssessmentMetadataProperties) |
| UserImpact |
The user impact of the assessment. (Inherited from SecurityAssessmentMetadataProperties) |