generateUuidV4

Generates a v4 UUID, which is a fully random UUID.

This function is restricted. Use of this function in your script will require a manual review before it will execute on the Sentinel infrastructure.

Signatures

beacon.generateUuidV4();

Return Values

Type Notes
String A v4 UUID

Examples

Generate a v4 UUID

beacon.generateUuidV4();

See Also