IScanV2 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.ScanV2TypeConverter))]
public interface IScanV2 : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IProxyResourceAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ScanV2TypeConverter))>]
type IScanV2 = interface
interface IJsonSerializable
interface IProxyResourceAutoGenerated
interface IResourceAutoGenerated2
Public Interface IScanV2
Implements IProxyResourceAutoGenerated
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Database |
The database name. |
| EndTime |
Scan results are valid until end time (UTC). |
| HighSeverityFailedRulesCount |
The number of failed rules with high severity. |
| Id |
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" (Inherited from IResourceAutoGenerated2) |
| IsBaselineApplied |
Baseline created for this database, and has one or more rules. |
| LastScanTime |
Last scan time. |
| LowSeverityFailedRulesCount |
The number of failed rules with low severity. |
| MediumSeverityFailedRulesCount |
The number of failed rules with medium severity. |
| Name |
The name of the resource (Inherited from IResourceAutoGenerated2) |
| Server |
The server name. |
| SqlVersion |
The SQL version. |
| StartTime |
The scan start time (UTC). |
| State |
The scan 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) |
| TotalFailedRulesCount |
The number of total failed rules. |
| TotalPassedRulesCount |
The number of total passed rules. |
| TotalRulesCount |
The number of total rules assessed. |
| TriggerType |
The scan trigger type. |
| 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) |