ftos.identity.authz.createGrantTag

IMPORTANT!  
Starting with v24.3.0, this is renamed from server.customSecurity.createGrantTag to ftos.identity.authz.createGrantTag.

Generates a unique tag for custom data ownership.

You can assign specific users access to particular entity records by associating these tags with the relevant user accounts and the entity records they are permitted to access (see ftos.identity.authz.setGrantTagOnRecord and ftos.identity.authz.setGrantTagToUser).

This is a data service method for business service components.

Syntax

Copy
ftos.identity.authz.createGrantTag(description : string): string;
 
Parameter Type Description
description string User friendly description of the data access tag.

Return Value

Returns a string containing a unique identifier of the data access tag.

Examples