SubscriptionAuthentication_paramsBasic

SubscriptionAuthentication_paramsBasic
SubscriptionAuthentication_paramsBasic

Parameters for authentication/authorization using BASIC. Shall be present if authType is "BASIC" and the contained information has not been provisioned out of band. Shall be absent otherwise.

JSON Example
{
    "userName": "string",
    "password": "string"
}
string
userName
Optional

Username to be used in HTTP Basic authentication. Shall be present if it has not been provisioned out of band.

string
password
Optional

Password to be used in HTTP Basic authentication. Shall be present if it has not been provisioned out of band.