home / public

report_technologies

3 rows where report_id = "4949b06f-6134-4d1e-b14d-fe69b91b34a3"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source

Link report_id name type source
4949b06f-6134-4d1e-b14d-fe69b91b34a3,Azure Application Insights,runtime https://login.microsoftonline.com/73c667fd-62b7-4783-8cbf-cf2f2e3a3067/oauth2/authorize?response_type=code&client_id=a369cced-e6e1-47a3-a218-90dd486da88e&scope=openid&nonce=eeea8a51-ba35-40c5-a787-b3b1f28d5899&redirect_uri=https%3a%2f%2fbryggan.ftv.regionstockholm.se%2f&state=AppProxyState%3a%7b%22InvalidTokenRetry%22%3anull%2c%22IsMsofba%22%3afalse%2c%22OriginalRawUrl%22%3a%22https%3a%5c%2f%5c%2fbryggan.ftv.regionstockholm.se%5c%2f%22%2c%22RequestProfileId%22%3anull%2c%22SessionId%22%3a%22126c05c8-7d64-49d0-acb7-e81830c6d966%22%7d%23EndOfStateParam%23&client-request-id=126c05c8-7d64-49d0-acb7-e81830c6d966&claims=%7b%22id_token%22%3a%7b%22xms_cc%22%3a%7b%22values%22%3a%5b%22CP1%22%5d%7d%7d%7d 4949b06f-6134-4d1e-b14d-fe69b91b34a3 Azure Application Insights analytics runtime
4949b06f-6134-4d1e-b14d-fe69b91b34a3,Bing / Microsoft Ads,csp https://login.microsoftonline.com/73c667fd-62b7-4783-8cbf-cf2f2e3a3067/oauth2/authorize?response_type=code&client_id=a369cced-e6e1-47a3-a218-90dd486da88e&scope=openid&nonce=eeea8a51-ba35-40c5-a787-b3b1f28d5899&redirect_uri=https%3a%2f%2fbryggan.ftv.regionstockholm.se%2f&state=AppProxyState%3a%7b%22InvalidTokenRetry%22%3anull%2c%22IsMsofba%22%3afalse%2c%22OriginalRawUrl%22%3a%22https%3a%5c%2f%5c%2fbryggan.ftv.regionstockholm.se%5c%2f%22%2c%22RequestProfileId%22%3anull%2c%22SessionId%22%3a%22126c05c8-7d64-49d0-acb7-e81830c6d966%22%7d%23EndOfStateParam%23&client-request-id=126c05c8-7d64-49d0-acb7-e81830c6d966&claims=%7b%22id_token%22%3a%7b%22xms_cc%22%3a%7b%22values%22%3a%5b%22CP1%22%5d%7d%7d%7d 4949b06f-6134-4d1e-b14d-fe69b91b34a3 Bing / Microsoft Ads advertising csp
4949b06f-6134-4d1e-b14d-fe69b91b34a3,Microsoft Azure,csp https://login.microsoftonline.com/73c667fd-62b7-4783-8cbf-cf2f2e3a3067/oauth2/authorize?response_type=code&client_id=a369cced-e6e1-47a3-a218-90dd486da88e&scope=openid&nonce=eeea8a51-ba35-40c5-a787-b3b1f28d5899&redirect_uri=https%3a%2f%2fbryggan.ftv.regionstockholm.se%2f&state=AppProxyState%3a%7b%22InvalidTokenRetry%22%3anull%2c%22IsMsofba%22%3afalse%2c%22OriginalRawUrl%22%3a%22https%3a%5c%2f%5c%2fbryggan.ftv.regionstockholm.se%5c%2f%22%2c%22RequestProfileId%22%3anull%2c%22SessionId%22%3a%22126c05c8-7d64-49d0-acb7-e81830c6d966%22%7d%23EndOfStateParam%23&client-request-id=126c05c8-7d64-49d0-acb7-e81830c6d966&claims=%7b%22id_token%22%3a%7b%22xms_cc%22%3a%7b%22values%22%3a%5b%22CP1%22%5d%7d%7d%7d 4949b06f-6134-4d1e-b14d-fe69b91b34a3 Microsoft Azure infrastructure csp

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE report_technologies (
  report_id TEXT NOT NULL REFERENCES reports(id) ON DELETE CASCADE,
  name      TEXT NOT NULL,
  type      TEXT NOT NULL,
  source    TEXT NOT NULL,
  PRIMARY KEY (report_id, name, source)
);
CREATE INDEX idx_report_technologies_name ON report_technologies(name);
Powered by Datasette · Queries took 10.126ms