SeverityThresholdInfo#

class SeverityThresholdInfo(severity=None, is_enabled=None, *args, **kwargs)[source]#

Bases: object

Enable/Disable for each severity information.

Parameters:
  • severity – (severity)

  • is_enabled – (is_enabled) Indicates if the system defined policy is enabled for a given severity.

property is_enabled#

Indicates if the system defined policy is enabled for a given severity.

Type:

bool

property severity#
Type:

Severity

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model