Clears the cache for data-credentials api requests.
Deletes the specified credential by ID (or by name when type=credentialname is set in query)
Deletes the specified credential by ID (or by name when type=credentialname is set in query)
Credential ID
an object with query parameters
Optional
byCredentialName?: booleanIf set to true, credentialId in the query will be interpreted as credential's name
Optional
options: ApiCallOptionsGets list of orphan data credentials (i.e. credentials that are not associated to any data connection) filtering on properties defined in request body
Gets list of orphan data credentials (i.e. credentials that are not associated to any data connection) filtering on properties defined in request body
an object with the body content
Optional
options: ApiCallOptionsGets a credential by ID (or by name when bycredentialname=true is set in query)
Gets a credential by ID (or by name when bycredentialname=true is set in query)
Credential ID
an object with query parameters
Optional
byCredentialName?: booleanIf set to true, credentialId in the query will be interpreted as credential's name
Optional
options: ApiCallOptionsPatches a credential specified by ID (or by name when bycredentialname=true is set in query)
Patches a credential specified by ID (or by name when bycredentialname=true is set in query)
Credential ID
an object with query parameters
Optional
byCredentialName?: booleanIf set to true, credentialId in the query will be interpreted as credential's name
an object with the body content
Optional
options: ApiCallOptionsUpdates a credential specified by ID (or by name when bycredentialname=true is set in query)
Updates a credential specified by ID (or by name when bycredentialname=true is set in query)
Credential ID
an object with query parameters
Optional
byCredentialName?: booleanIf set to true, credentialId in the query will be interpreted as credential's name
an object with the body content
Optional
options: ApiCallOptions
Clears the cache for data-credentials api requests.