home / public

report_technologies

3 rows where report_id = "e68a195a-e0de-4c96-9d50-026229a31aa4"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source

Link report_id name type source
e68a195a-e0de-4c96-9d50-026229a31aa4,Azure Application Insights,runtime https://login.microsoftonline.com/ab1389e2-39b2-4227-a2c2-41697e7483a4/oauth2/authorize?response_type=code&client_id=f2a70972-5048-4ea2-81d8-0d27c9a59d94&scope=openid&nonce=44e7f4e0-0a54-4574-adc3-e0af471de852&redirect_uri=https%3a%2f%2finsidan.kommunal.se%2f&state=AppProxyState%3a%7b%22InvalidTokenRetry%22%3anull%2c%22IsMsofba%22%3afalse%2c%22OriginalRawUrl%22%3a%22https%3a%5c%2f%5c%2finsidan.kommunal.se%5c%2f%22%2c%22RequestProfileId%22%3anull%2c%22SessionId%22%3a%225c4328d8-8d83-40f6-9c14-71df415b3ebb%22%7d%23EndOfStateParam%23&client-request-id=5c4328d8-8d83-40f6-9c14-71df415b3ebb&claims=%7b%22id_token%22%3a%7b%22xms_cc%22%3a%7b%22values%22%3a%5b%22CP1%22%5d%7d%7d%7d e68a195a-e0de-4c96-9d50-026229a31aa4 Azure Application Insights analytics runtime
e68a195a-e0de-4c96-9d50-026229a31aa4,Bing / Microsoft Ads,csp https://login.microsoftonline.com/ab1389e2-39b2-4227-a2c2-41697e7483a4/oauth2/authorize?response_type=code&client_id=f2a70972-5048-4ea2-81d8-0d27c9a59d94&scope=openid&nonce=44e7f4e0-0a54-4574-adc3-e0af471de852&redirect_uri=https%3a%2f%2finsidan.kommunal.se%2f&state=AppProxyState%3a%7b%22InvalidTokenRetry%22%3anull%2c%22IsMsofba%22%3afalse%2c%22OriginalRawUrl%22%3a%22https%3a%5c%2f%5c%2finsidan.kommunal.se%5c%2f%22%2c%22RequestProfileId%22%3anull%2c%22SessionId%22%3a%225c4328d8-8d83-40f6-9c14-71df415b3ebb%22%7d%23EndOfStateParam%23&client-request-id=5c4328d8-8d83-40f6-9c14-71df415b3ebb&claims=%7b%22id_token%22%3a%7b%22xms_cc%22%3a%7b%22values%22%3a%5b%22CP1%22%5d%7d%7d%7d e68a195a-e0de-4c96-9d50-026229a31aa4 Bing / Microsoft Ads advertising csp
e68a195a-e0de-4c96-9d50-026229a31aa4,Microsoft Azure,csp https://login.microsoftonline.com/ab1389e2-39b2-4227-a2c2-41697e7483a4/oauth2/authorize?response_type=code&client_id=f2a70972-5048-4ea2-81d8-0d27c9a59d94&scope=openid&nonce=44e7f4e0-0a54-4574-adc3-e0af471de852&redirect_uri=https%3a%2f%2finsidan.kommunal.se%2f&state=AppProxyState%3a%7b%22InvalidTokenRetry%22%3anull%2c%22IsMsofba%22%3afalse%2c%22OriginalRawUrl%22%3a%22https%3a%5c%2f%5c%2finsidan.kommunal.se%5c%2f%22%2c%22RequestProfileId%22%3anull%2c%22SessionId%22%3a%225c4328d8-8d83-40f6-9c14-71df415b3ebb%22%7d%23EndOfStateParam%23&client-request-id=5c4328d8-8d83-40f6-9c14-71df415b3ebb&claims=%7b%22id_token%22%3a%7b%22xms_cc%22%3a%7b%22values%22%3a%5b%22CP1%22%5d%7d%7d%7d e68a195a-e0de-4c96-9d50-026229a31aa4 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 8.605ms