Objects
Create, retrieve, search, update, and delete the objects that store your sensitive data in collections.
Get object count
Gets the number of objects in a collection.
List objects
Returns a paginated list of objects from a collection with all or a subset of object property values. To encrypt object property values, set export to true. Values are encrypted using the key specified in the PVAULTKMSEXPORTURI or PVAULTKMSEXPORTSEED environment variables.
Add object
Adds an object to a collection. The request must include all the non-nullable properties, as defined by the collection schema.
Get object
Returns an object from a collection with all or a subset of object property values.
Update object
Updates properties of an object in a collection.
Delete object
Deletes an object from a collection. This operation is irreversible.
Add objects (bulk)
Adds objects to a collection. The request must include all the non-nullable properties for each object, as defined by the collection schema. Use the list collection properties operation to check the collection schema.
Update objects (bulk)
Updates properties of objects in a collection.
Delete objects (bulk)
Deletes objects from a collection. This operation is irreversible.
Search objects
Returns a paginated list of objects, with property values, from a collection that satisfies a query.