Coming Soon
New Features:
Vault:
- API Metadata Change:
- Create Namespace Policy: Automates policy creation with default settings, and checks for existing policies.
- List Policies: Provides a list of all policies within a namespace, accessible to admins with “metadata_change” permission.
- Delete Policy: Removes a policy and its metadata, with error handling for non-existent policies.
- Policy Metadata Details: Retrieves metadata for specific policies, with error handling for non-existent policies.
- Update Entity Category: Updates entity categories within policies, requiring policy existence.
- Data Deletion APIs:
- Clear Personal Data: Deletes outdated text-to-token data, initiated as a background job, and provides a tracking ID.
- Clear Audit Records: Deletes audit records older than a specified date or duration, with tracking ID for job status.
- Track Deletion Status: Tracks background deletion jobs, with statuses including SUCCESS, IN-PROGRESS, PENDING, or FAILED.
- Super Admin Auth Key APIs:
- Create User Namespace Token: Generates tokens for users, requiring namespace name, user ID/email, and permissions.
- Track Namespace Creation Status: Monitors the progress of namespace creation jobs, with tracking status updates.
- List Auth Tokens: Retrieves a list of authorization tokens for namespaces.
- Auth Token Details: Provides details for specific authorization tokens.
- Deactivate User Token: Disables a user’s API access via their namespace auth token.
- Delete User Namespace: Deletes a user namespace and all its data, with tracking for job status.
- Track Namespace Deletion Status: Tracks the status of namespace deletion jobs with status updates.
- Namespace Usage Summary for API Meter Billing:
- Namespace Usage Summary: Summarizes usage and tracks deletion job statuses using tracking IDs
- Get Audit Details of a Particular Namespace:
- Provides audit details including method, time, user, status, input, and response; accessible only to admins for their namespace.
- Toxicity Check in Unmask API:
- Adds toxicity checks to the unmask API.
- Sending Policy Name in Mask API (Identify and Mask):
- Masks data using metadata from a specified policy or default settings if no policy is given.