IScanResult Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ScanResultTypeConverter))]
public interface IScanResult : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IProxyResourceAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ScanResultTypeConverter))>]
type IScanResult = interface
interface IJsonSerializable
interface IProxyResourceAutoGenerated
interface IResourceAutoGenerated2
Public Interface IScanResult
Implements IProxyResourceAutoGenerated
- 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). |
| Id |
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" (Inherited from IResourceAutoGenerated2) |
| IsTrimmed |
Indicates whether the results specified here are trimmed. |
| Name |
The name of the resource (Inherited from IResourceAutoGenerated2) |
| 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. |
| SystemDataCreatedAt |
The timestamp of resource creation (UTC). (Inherited from IResourceAutoGenerated2) |
| SystemDataCreatedBy |
The identity that created the resource. (Inherited from IResourceAutoGenerated2) |
| SystemDataCreatedByType |
The type of identity that created the resource. (Inherited from IResourceAutoGenerated2) |
| SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) (Inherited from IResourceAutoGenerated2) |
| SystemDataLastModifiedBy |
The identity that last modified the resource. (Inherited from IResourceAutoGenerated2) |
| SystemDataLastModifiedByType |
The type of identity that last modified the resource. (Inherited from IResourceAutoGenerated2) |
| Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from IResourceAutoGenerated2) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |