Ping Identity
vault_get
Retrieve a decrypted credential from the vault. For TOTP credentials, use vault.totp instead to get the code.
Remote loomal/identity
Remote (network-hosted)
Other tools also called vault_get?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"maxLength": 255,
"description": "Credential name (e.g. 'salesforce', 'hubspot-api')"
}
}
}