Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 824 Bytes

File metadata and controls

16 lines (14 loc) · 824 Bytes

NotificationAuthenticationScheme

Properties

Name Type Description Notes
username String Username to use if scheme_name is BASIC_AUTH. [optional]
certificateId String Certificate ID with a valid certificate and private key, procured from trust-management API. [optional]
schemeName SchemeNameEnum Authentication scheme to use when making notification requests to the partner/customer specified watcher. Specify one of BASIC_AUTH or CERTIFICATE.
password String Password to use if scheme_name is BASIC_AUTH. [optional]

Enum: SchemeNameEnum

Name Value
BASIC_AUTH "BASIC_AUTH"
CERTIFICATE "CERTIFICATE"