Credential-access (Section)#

Path: /facilities/data-sources/data-source{id}/json/credential-access

Parameters#

NameTypeRequiredDefaultDescription
backend-verifies-passwordbooleanoptionaltrueIf set to true, the backend will verify the password. It is required the server responds with HTTP Success to indicate a successful password verification.If set to false the password will not be sent to the server and the response should contain both the username, password and the status of the account.
password-parameterstringoptionalpasswordName of the parameter that will contain the password in a query.
submit-asenumerationoptionalpost-as-jsonSpecify how username and password are provided to the server. This sets both the HTTP method that is used, as well as the content-type that the data is encoded with
tenant-id-parameterstringoptionalName of the parameter that will contain the tenant ID in a query.
url-pathstringoptional/The path relative to the webservice context to make the request to. The path may contain the :subject, :password and :tenantId placeholders, which are substituted with username, password and tenant ID, respectively. On password verification, the :password placeholder is only substituted when ‘backend-verifies-password’ is set to true (the default).
username-parameterstringoptionalusernameName of the parameter that will contain the username in a query.

Was this helpful?