SignaturesOverrides Class

Contains all specific policy signatures overrides for the IDPS.

Inheritance
azure.mgmt.network._serialization.Model
SignaturesOverrides

Constructor

SignaturesOverrides(*, name: str | None = None, id: str | None = None, type: str | None = None, properties: _models.SignaturesOverridesProperties | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

Contains the name of the resource (default).

id
str

Will contain the resource id of the signature override resource.

type
str

Will contain the type of the resource: Microsoft.Network/firewallPolicies/intrusionDetectionSignaturesOverrides.

properties

Will contain the properties of the resource (the actual signature overrides).

Variables

Name Description
name
str

Contains the name of the resource (default).

id
str

Will contain the resource id of the signature override resource.

type
str

Will contain the type of the resource: Microsoft.Network/firewallPolicies/intrusionDetectionSignaturesOverrides.

properties

Will contain the properties of the resource (the actual signature overrides).