Returns the number of active licenses for SentinelOne Singularity Control. Add a different sku to return other licenses. This is a useful metric when reconciling services in the Gradient MSP billing module.
SystemInfo.activeLicenses || sku == 'Control'
Update use the following query instead:to_number(SystemInfo.sku ==
Control
&& ~.SystemInfo.totalLicenses | replace(to_string(@), to_string(
false
), to_string(
0
)))