Use this operation to delete a data credential by its unique identifier. To delete a credential by name instead of ID, set the byCredentialName query parameter to true.
Use this operation to retrieve data credentials that are not associated with any data connection. Filter results by credential type, data source ID, or separation status using the request body.
Use this operation to retrieve a single data credential by its unique identifier. To look up a credential by name instead of ID, set the byCredentialName query parameter to true.
Use this operation to apply partial updates to a data credential using JSON Patch operations. To patch a credential by name instead of ID, set the byCredentialName query parameter to true.
Use this operation to replace an existing data credential with the values provided in the request body. To update a credential by name instead of ID, set the byCredentialName query parameter to true.
Clears the cache for data-credentials api requests.