home / public

report_technologies

3 rows where report_id = "ac54e340-e469-4602-9c3a-b817a8bc112d"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source

Link report_id name type source
ac54e340-e469-4602-9c3a-b817a8bc112d,Azure Application Insights,runtime https://kommunalciam.ciamlogin.com/d73ea243-6cce-41a8-860b-7c6f8d005114/oauth2/v2.0/authorize?response_type=code&client_id=54d00cb6-ae24-456a-9c28-27494477b454&scope=openid&state=42a22a99-8209-4515-8ec2-8b68a03c4057&redirect_uri=https://kompetens.kommunal.se/LuvitPortal/oidc/auth_response&access_type=offline&code_challenge=7EzzeiIX6A84-q86GRxTfNULb6iHXyf5RTvwUv8_B1s&code_challenge_method=S256 ac54e340-e469-4602-9c3a-b817a8bc112d Azure Application Insights analytics runtime
ac54e340-e469-4602-9c3a-b817a8bc112d,Bing / Microsoft Ads,csp https://kommunalciam.ciamlogin.com/d73ea243-6cce-41a8-860b-7c6f8d005114/oauth2/v2.0/authorize?response_type=code&client_id=54d00cb6-ae24-456a-9c28-27494477b454&scope=openid&state=42a22a99-8209-4515-8ec2-8b68a03c4057&redirect_uri=https://kompetens.kommunal.se/LuvitPortal/oidc/auth_response&access_type=offline&code_challenge=7EzzeiIX6A84-q86GRxTfNULb6iHXyf5RTvwUv8_B1s&code_challenge_method=S256 ac54e340-e469-4602-9c3a-b817a8bc112d Bing / Microsoft Ads advertising csp
ac54e340-e469-4602-9c3a-b817a8bc112d,Microsoft Azure,csp https://kommunalciam.ciamlogin.com/d73ea243-6cce-41a8-860b-7c6f8d005114/oauth2/v2.0/authorize?response_type=code&client_id=54d00cb6-ae24-456a-9c28-27494477b454&scope=openid&state=42a22a99-8209-4515-8ec2-8b68a03c4057&redirect_uri=https://kompetens.kommunal.se/LuvitPortal/oidc/auth_response&access_type=offline&code_challenge=7EzzeiIX6A84-q86GRxTfNULb6iHXyf5RTvwUv8_B1s&code_challenge_method=S256 ac54e340-e469-4602-9c3a-b817a8bc112d 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.164ms