snap_plugin.v1.string_policy module

class snap_plugin.v1.string_policy.StringRule(default='', required=False, **kwargs)

Bases: object

A configuration item with a string value type.

Parameters:
  • default (str) – The default value
  • required (bool) – Is the config item required
default

The default value

required

Is the config item required