言語

IScanResultProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ScanResultPropertiesTypeConverter))]
public interface IScanResultProperties : Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ScanResultPropertiesTypeConverter))>]
type IScanResultProperties = interface
    interface IJsonSerializable
Public Interface IScanResultProperties
Implements IJsonSerializable
Derived
Attributes
Implements

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to