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
OptionalbyCredentialName?: booleanIf set to true, credentialId in the query will be interpreted as credential's name
Optionaloptions: 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
Optionaloptions: 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
OptionalbyCredentialName?: booleanIf set to true, credentialId in the query will be interpreted as credential's name
Optionaloptions: 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
OptionalbyCredentialName?: booleanIf set to true, credentialId in the query will be interpreted as credential's name
an object with the body content
Optionaloptions: 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
OptionalbyCredentialName?: booleanIf set to true, credentialId in the query will be interpreted as credential's name
an object with the body content
Optionaloptions: ApiCallOptions
Clears the cache for data-credentials api requests.