Language

IVaRule Interface

Definition

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

Properties

Name Description
BenchmarkReference

The benchmark references.

Category

The rule category.

Description

The rule description.

QueryCheckColumnName

Column names of expected result.

QueryCheckExpectedResult

Expected result.

QueryCheckQuery

The rule query.

Rationale

The rule rationale.

RuleId

The rule Id.

RuleType

The rule type.

Severity

The rule severity.

Title

The rule title.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to