Skip to main content

Overview

Allows the client to store information security in the vault. The information is stored encrypted is secure storage, complying with stricty industry standards such as PCI/DSS. The resource can be used to store new information, or to update existing information. Masks can be provided to the information, so that when it is retrieved later, only the masked information is returned. In return for storing the information in the vault, an opaque identifier is returned. This identifier can be safely stored by the client, and used to retrieve the information later. This allows the client to avoid storing sensitive information locally.

HTTP request

POST /Agent/Storage/StoreInVault

Authentication

Requires a valid JWT bearer token.

Request (JSON)

Input parameters

Response (JSON)

Response parameters

Notes

This endpoint uses the request schema notation described in Pattern matching.