ScanResultProperties 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.
A vulnerability assessment scan result properties for a single rule.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ScanResultPropertiesTypeConverter))]
public class ScanResultProperties : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IScanResultProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ScanResultPropertiesTypeConverter))>]
type ScanResultProperties = class
interface IScanResultProperties
interface IJsonSerializable
Public Class ScanResultProperties
Implements IScanResultProperties
- Inheritance
-
ScanResultProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ScanResultProperties() |
Creates an new ScanResultProperties instance. |
Properties
| Name | Description |
|---|---|
| BaselineAdjustedResultResultsNotInBaseline |
Results that are not in the baseline. |
| BaselineAdjustedResultResultsOnlyInBaseline |
Results that are in the baseline. |
| BaselineAdjustedResultStatus |
The rule result status. |
| BaselineExpectedResult |
Expected results. |
| BaselineUpdatedTime |
Baseline update time (UTC). |
| IsTrimmed |
Indicates whether the results specified here are trimmed. |
| QueryCheckColumnName |
Column names of expected result. |
| QueryCheckExpectedResult |
Expected result. |
| QueryCheckQuery |
The rule query. |
| QueryResult |
The results of the query that was run. |
| RemediationAutomated |
Is remediation automated. |
| RemediationDescription |
Remediation description. |
| RemediationPortalLink |
Optional link to remediate in Azure Portal. |
| RemediationScript |
Remediation script. |
| RuleId |
The rule Id. |
| RuleMetadataBenchmarkReference |
The benchmark references. |
| RuleMetadataCategory |
The rule category. |
| RuleMetadataDescription |
The rule description. |
| RuleMetadataRationale |
The rule rationale. |
| RuleMetadataRuleId |
The rule Id. |
| RuleMetadataRuleType |
The rule type. |
| RuleMetadataSeverity |
The rule severity. |
| RuleMetadataTitle |
The rule title. |
| Status |
The rule result status. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ScanResultProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ScanResultProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IScanResultProperties. |
| FromJsonString(String) |
Creates a new instance of ScanResultProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ScanResultProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |