Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.66 KB

File metadata and controls

12 lines (7 loc) · 1.66 KB

RotateDatasourceCredentialsRequest

Request to rotate the credentials used by a datasource instance. Replaces the active credential material with the supplied values. credentials.values must contain only keys recognized as credential material for the datasource type (for example clientSecret for OAuth, apiToken for API-token auth, privateKey for certificate auth). Unrecognized keys, or keys that correspond to non-credential configuration, cause a 400; use the configure endpoint to change non-credential config.

Fields

Field Type Required Description
credentials DatasourceInstanceConfiguration ✔️ Configuration for a datasource instance