mirror of
https://github.com/hashicorp/vault.git
synced 2025-09-13 01:41:07 +02:00
Previously we'd return the raw enum value, which the entity accessing the API wouldn't have any easy way of translating back into string values. Return the string value directly instead. Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>