VyAuthenticationMethodRequest
\!! DESCRIPTION MISSING !!
Properties
Field
Type
Description
Required
Type
This is the type of authentication for your endpoint. We allow two types: `BASIC_AUTHENTICATION` and `API_KEY`
✗
Username
string
This is the username for your endpoint. (Required only when `authenticationMethod.type` is `BASIC_AUTHENTICATION`)
✗
Password
string
This is the password for your endpoint. (Required only when `authenticationMethod.type` is `BASIC_AUTHENTICATION`)
✗
HeaderName
string
This is the header name for your endpoint. (Required only when `authenticationMethod.type` is `API_KEY`)
✗
ApiKey
string
This is the value of api key for your endpoint. (Required only when `authenticationMethod.type` is `API_KEY`)
✗
References
Schema
Last updated