home / public

report_technologies

3 rows where report_id = "f3dab836-8f44-4d47-8530-f0f6e82cf51b"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source

Link report_id name type source
f3dab836-8f44-4d47-8530-f0f6e82cf51b,Azure Application Insights,runtime https://login.microsoftonline.com/414f742c-509b-4122-9fc7-f9ccb5ad6ecb/oauth2/authorize?response_type=code&client_id=7f53ca5c-f323-447e-9ca4-0bcf58c62750&scope=openid&nonce=1a93df83-163d-4bdc-a050-e07bef115ef6&redirect_uri=https%3a%2f%2fplexus.lg.se%2f&state=AppProxyState%3a%7b%22InvalidTokenRetry%22%3anull%2c%22IsMsofba%22%3afalse%2c%22OriginalRawUrl%22%3a%22https%3a%5c%2f%5c%2fplexus.lg.se%5c%2f%22%2c%22RequestProfileId%22%3anull%2c%22SessionId%22%3a%22ff990890-52ca-47bc-9b39-8b36d0083688%22%7d%23EndOfStateParam%23&client-request-id=ff990890-52ca-47bc-9b39-8b36d0083688&claims=%7b%22id_token%22%3a%7b%22xms_cc%22%3a%7b%22values%22%3a%5b%22CP1%22%5d%7d%7d%7d f3dab836-8f44-4d47-8530-f0f6e82cf51b Azure Application Insights analytics runtime
f3dab836-8f44-4d47-8530-f0f6e82cf51b,Bing / Microsoft Ads,csp https://login.microsoftonline.com/414f742c-509b-4122-9fc7-f9ccb5ad6ecb/oauth2/authorize?response_type=code&client_id=7f53ca5c-f323-447e-9ca4-0bcf58c62750&scope=openid&nonce=1a93df83-163d-4bdc-a050-e07bef115ef6&redirect_uri=https%3a%2f%2fplexus.lg.se%2f&state=AppProxyState%3a%7b%22InvalidTokenRetry%22%3anull%2c%22IsMsofba%22%3afalse%2c%22OriginalRawUrl%22%3a%22https%3a%5c%2f%5c%2fplexus.lg.se%5c%2f%22%2c%22RequestProfileId%22%3anull%2c%22SessionId%22%3a%22ff990890-52ca-47bc-9b39-8b36d0083688%22%7d%23EndOfStateParam%23&client-request-id=ff990890-52ca-47bc-9b39-8b36d0083688&claims=%7b%22id_token%22%3a%7b%22xms_cc%22%3a%7b%22values%22%3a%5b%22CP1%22%5d%7d%7d%7d f3dab836-8f44-4d47-8530-f0f6e82cf51b Bing / Microsoft Ads advertising csp
f3dab836-8f44-4d47-8530-f0f6e82cf51b,Microsoft Azure,csp https://login.microsoftonline.com/414f742c-509b-4122-9fc7-f9ccb5ad6ecb/oauth2/authorize?response_type=code&client_id=7f53ca5c-f323-447e-9ca4-0bcf58c62750&scope=openid&nonce=1a93df83-163d-4bdc-a050-e07bef115ef6&redirect_uri=https%3a%2f%2fplexus.lg.se%2f&state=AppProxyState%3a%7b%22InvalidTokenRetry%22%3anull%2c%22IsMsofba%22%3afalse%2c%22OriginalRawUrl%22%3a%22https%3a%5c%2f%5c%2fplexus.lg.se%5c%2f%22%2c%22RequestProfileId%22%3anull%2c%22SessionId%22%3a%22ff990890-52ca-47bc-9b39-8b36d0083688%22%7d%23EndOfStateParam%23&client-request-id=ff990890-52ca-47bc-9b39-8b36d0083688&claims=%7b%22id_token%22%3a%7b%22xms_cc%22%3a%7b%22values%22%3a%5b%22CP1%22%5d%7d%7d%7d f3dab836-8f44-4d47-8530-f0f6e82cf51b 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.119ms