Share via


VersionedScanRulesetOutput interface

The versioned scan ruleset.

Extends

Properties

scanRulesetType

Versioned scan ruleset properties.

status

Status of versioned scan ruleset properties.

version

Version of versioned scan ruleset properties.

Inherited Properties

id

The resource identifier.

name

The resource name.

Property Details

scanRulesetType

Versioned scan ruleset properties.

scanRulesetType?: "System" | "Custom"

Property Value

"System" | "Custom"

status

Status of versioned scan ruleset properties.

status?: "Enabled" | "Disabled"

Property Value

"Enabled" | "Disabled"

version

Version of versioned scan ruleset properties.

version?: number

Property Value

number

Inherited Property Details

id

The resource identifier.

id?: string

Property Value

string

Inherited From ProxyResourceOutput.id

name

The resource name.

name?: string

Property Value

string

Inherited From ProxyResourceOutput.name