Overview#
Configure security classification metadata for a data token. This metadata is used for security risk management, access control decisions, and integration with other features like voting systems.Endpoint: POST /data-token/configure-information-security-risk-metaContent-Type: application/x-www-form-urlencodedRequest Parameters#
| Parameter | Type | Required | Description |
|---|
token | string | Yes | The data token identifier to configure |
classification | string | Yes | Security classification level (e.g., top-secret, confidential, internal) |
label | string | Yes | Security label or category for the data |
handling | string | Yes | Handling instructions or requirements for the data |
Use Case#
Use this endpoint to assign security risk metadata to data tokens after exchange. This metadata:Defines security classification levels for compliance and policy enforcement
Provides handling instructions for data access and distribution
Integrates with other system features that require security context (e.g., voting, approval workflows)
Enables filtering and querying tokens by security attributes
Security metadata does not affect encryption or storage but provides organizational and policy-level context for data management.Security metadata can be configured at any time after token exchange
Classification levels should align with your organization's security policies
Metadata is used by other features for access control and workflow decisions
Update metadata when security requirements change