NotificationAuthenticationScheme
NotificationAuthenticationScheme
NotificationAuthenticationScheme describes how notification requests should authenticate to the server.
JSON Example
{
"certificate_id": "string",
"password": "string",
"scheme_name": "string",
"username": "string"
}
string
certificate_id
Optional
Certificate ID with a valid certificate and private key, procured from trust-management API.
string
password
Optional
Password to use if scheme_name is BASIC_AUTH.
string
scheme_name
Required
Authentication scheme to use when making notification requests to the partner/customer specified watcher. Specify one of BASIC_AUTH or CERTIFICATE.
Possible values are :
BASIC_AUTH,
CERTIFICATE,
string
username
Optional
Username to use if scheme_name is BASIC_AUTH.