A municipal benefits Function always retrieves a database password by the same Vault secret OCID. After operators rotate the password in Vault, which statement correctly describes what the Function receives on the next retrieval?
Select an answer to reveal the explanation.
Short Explanation
Picture a labeled mailbox that never changes address while the letters inside get swapped. The secret OCID is the address; each version is a new generation of the password bytes.
Full Explanation
In OCI Vault Secret Management, a secret represents a credential such as a password or token, and every secret has versions starting at 1. Updating contents creates a new version while the secret’s OCID remains stable, so applications keep fetching the same resource and receive the current contents.