Name | Type | Description | Notes |
---|---|---|---|
type | str | ||
has_token | bool, none_type | Flag indicating if webhook has a token. | [optional] [readonly] |
token | str, none_type | Bearer token for the webhook. | [optional] |
url | str | The webhook URL. | [optional] |
from_email | str | E-mail address to send notifications from. Currently this does not have any effect. E-mail '[email protected]' is used instead. | [optional] if omitted the server will use the default value of [email protected] |
from_email_name | str | An optional e-mail name to send notifications from. Currently this does not have any effect. E-mail from name 'GoodData' is used instead. | [optional] if omitted the server will use the default value of "GoodData" |
host | str | The SMTP server address. | [optional] |
password | str | The SMTP server password. | [optional] |
port | int | The SMTP server port. | [optional] |
username | str | The SMTP server username. | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |