An admin wants to view all active leases for a specific secrets engine path. Which two approaches are valid? (Choose two.)
This path lists lease IDs for the given mount.
Why this answer
Both `vault list sys/leases/lookup/<mount_path>` and `vault list sys/leases/prefix/<mount_path>` are valid paths to list leases under a mount or prefix. Option C is not a real command. Option D uses an incorrect path.
Option E is incorrect because you cannot write to list.