Stay organized with collections
Save and categorize content based on your preferences.
Version 4.0.25.0 (latest)
Register an OAuth2 Client App
Registers details identifying an external web app or native app as an OAuth2 login client of the Looker instance.
The app registration must provide a unique client_guid and redirect_uri that the app will present
in OAuth login requests. If the client_guid and redirect_uri parameters in the login request do not match
the app details registered with the Looker instance, the request is assumed to be a forgery and is rejected.
Operations the current user is able to perform on this object
client_guid
lock
string
The globally unique id of this application
redirect_uri
string
The uri with which this application will receive an auth code by browser redirect.
display_name
string
The application's display name
description
string
A description of the application that will be displayed to users
enabled
boolean
When enabled is true, OAuth2 and API requests will be accepted from this app. When false, all requests from this app will be refused. Setting disabled invalidates existing tokens.
group_id
string
If set, only Looker users who are members of this group can use this web app with Looker. If group_id is not set, any Looker user may use this app to access this Looker instance
tokens_invalid_before
lock
string
All auth codes, access tokens, and refresh tokens issued for this application prior to this date-time for ALL USERS will be invalid.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-14 UTC."],[],[]]