Exam Vault Associate 002 All QuestionsBrowse all questions from this exam
Question 67

What information is required to revoke a Vault lease?

    Correct Answer: C

    To revoke a Vault lease, the required information is the Lease ID. The Lease ID uniquely identifies the lease and allows the Vault system to find and revoke the specific resource associated with that lease.

Discussion
Mark1000Option: C

C vault lease revoke lease_id vault lease revoke --help Usage: vault lease revoke [options] ID Revokes secrets by their lease ID. This command can revoke a single secret or multiple secrets based on a path-matched prefix.

daz_rekkaOption: C

Revoke commands require the Lease ID.