v9

latestSwagger 2.0raw.githubusercontent.com2019-09-114553151.8 KB
Catalog

Creates the specified credential for use with external data sources in the specified database.

put/catalog/usql/databases/{databaseName}/credentials/{credentialName}

Path parameters

databaseNamestring required

The name of the database in which to create the credential. Note: This is NOT an external database name, but the name of an existing U-SQL database that should contain the new credential object.

credentialNamestring required

The name of the credential.

Query parameters

api-versionstring required

Client Api Version.

Request body

passwordstring required

the password for the credential and user with access to the data source.

uristring required

the URI identifier for the data source this credential can connect to in the format <hostname>:<port>

userIdstring required

the object identifier for the user associated with this credential with access to the data source.

Response

Successfully created the credential within the specified database.