Parameter (Section)#
Path: /facilities/data-sources/data-source{id}/json/attributes/parameter
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| provide-as | enumeration | optional | header-parameter | Specify how the username is provided to the server. Defaults to header-parameter. |
| tenant-id-parameter | string | optional | Name of the parameter that will be used to provide the tenant ID to the remote service at the configured url-path. | |
| url-path | string | optional | /users | The path relative to the webservice context, that makes up the subject’s attribute location that a request will be made to. Defaults to ‘/users’. |
| username-parameter | string | required | Name of the parameter that will be used to provide the username to the remote service at the configured url-path. |