Config

The snow.Application takes a config argument; once validated and transformed, the end result is a configuration object in snow.Application.config.

Schema

The Config Schema is used for validation and transformation of the input configuration that was passed to a snow.Application.

class snow.config.ConfigSchema(*args, **kwargs)[source]

Snow config schema

address

Instance address, e.g. https://my_instance.service-now.com

Type:str
basic_auth

(<username>, <password>), mutually exclusive with other authentication methods

Type:tuple