AuthApi: Auth operations

AuthApiR Documentation

Auth operations

Description

looker.Auth

Methods

activate_app_user Activate OAuth App User

all_oauth_client_apps Get All OAuth Client Apps

all_user_login_lockouts Get All User Login Lockouts

create_embed_url_as_me Create Embed URL

create_oidc_test_config Create OIDC Test Configuration

create_saml_test_config Create SAML Test Configuration

create_sso_embed_url Create SSO Embed Url

deactivate_app_user Deactivate OAuth App User

delete_oauth_client_app Delete OAuth Client App

delete_oidc_test_config Delete OIDC Test Configuration

delete_saml_test_config Delete SAML Test Configuration

delete_user_login_lockout Delete User Login Lockout

fetch_and_parse_saml_idp_metadata Parse SAML IdP Url

force_password_reset_at_next_login_for_all_users Force password reset

invalidate_tokens Invalidate Tokens

ldap_config Get LDAP Configuration

oauth_client_app Get OAuth Client App

oidc_config Get OIDC Configuration

oidc_test_config Get OIDC Test Configuration

parse_saml_idp_metadata Parse SAML IdP XML

password_config Get Password Config

register_oauth_client_app Register OAuth App

saml_config Get SAML Configuration

saml_test_config Get SAML Test Configuration

search_user_login_lockouts Search User Login Lockouts

session_config Get Session Config

test_ldap_config_auth Test LDAP Auth

test_ldap_config_connection Test LDAP Connection

test_ldap_config_user_auth Test LDAP User Auth

test_ldap_config_user_info Test LDAP User Info

update_ldap_config Update LDAP Configuration

update_oauth_client_app Update OAuth App

update_oidc_config Update OIDC Configuration

update_password_config Update Password Config

update_saml_config Update SAML Configuration

update_session_config Update Session Config

Public fields

path

Stores url path of the request.

apiClient

Handles the client-server communication.

userAgent

Set the user agent of the request.

Active bindings

path

Stores url path of the request.

Methods

Public methods


Method new()

Usage
AuthApi$new(apiClient)

Method activate_app_user()

Usage
AuthApi$activate_app_user(client_guid, user_id, fields, ...)

Method all_oauth_client_apps()

Usage
AuthApi$all_oauth_client_apps(fields, ...)

Method all_user_login_lockouts()

Usage
AuthApi$all_user_login_lockouts(fields, ...)

Method create_embed_url_as_me()

Usage
AuthApi$create_embed_url_as_me(body, ...)

Method create_oidc_test_config()

Usage
AuthApi$create_oidc_test_config(body, ...)

Method create_saml_test_config()

Usage
AuthApi$create_saml_test_config(body, ...)

Method create_sso_embed_url()

Usage
AuthApi$create_sso_embed_url(body, ...)

Method deactivate_app_user()

Usage
AuthApi$deactivate_app_user(client_guid, user_id, fields, ...)

Method delete_oauth_client_app()

Usage
AuthApi$delete_oauth_client_app(client_guid, ...)

Method delete_oidc_test_config()

Usage
AuthApi$delete_oidc_test_config(test_slug, ...)

Method delete_saml_test_config()

Usage
AuthApi$delete_saml_test_config(test_slug, ...)

Method delete_user_login_lockout()

Usage
AuthApi$delete_user_login_lockout(key, ...)

Method fetch_and_parse_saml_idp_metadata()

Usage
AuthApi$fetch_and_parse_saml_idp_metadata(body, ...)

Method force_password_reset_at_next_login_for_all_users()

Usage
AuthApi$force_password_reset_at_next_login_for_all_users(...)

Method invalidate_tokens()

Usage
AuthApi$invalidate_tokens(client_guid, ...)

Method ldap_config()

Usage
AuthApi$ldap_config(...)

Method oauth_client_app()

Usage
AuthApi$oauth_client_app(client_guid, fields, ...)

Method oidc_config()

Usage
AuthApi$oidc_config(...)

Method oidc_test_config()

Usage
AuthApi$oidc_test_config(test_slug, ...)

Method parse_saml_idp_metadata()

Usage
AuthApi$parse_saml_idp_metadata(body, ...)

Method password_config()

Usage
AuthApi$password_config(...)

Method register_oauth_client_app()

Usage
AuthApi$register_oauth_client_app(client_guid, body, fields, ...)

Method saml_config()

Usage
AuthApi$saml_config(...)

Method saml_test_config()

Usage
AuthApi$saml_test_config(test_slug, ...)

Method search_user_login_lockouts()

Usage
AuthApi$search_user_login_lockouts(
  fields,
  page,
  per_page,
  sorts,
  auth_type,
  full_name,
  email,
  remote_id,
  filter_or,
  ...
)

Method session_config()

Usage
AuthApi$session_config(...)

Method test_ldap_config_auth()

Usage
AuthApi$test_ldap_config_auth(body, ...)

Method test_ldap_config_connection()

Usage
AuthApi$test_ldap_config_connection(body, ...)

Method test_ldap_config_user_auth()

Usage
AuthApi$test_ldap_config_user_auth(body, ...)

Method test_ldap_config_user_info()

Usage
AuthApi$test_ldap_config_user_info(body, ...)

Method update_ldap_config()

Usage
AuthApi$update_ldap_config(body, ...)

Method update_oauth_client_app()

Usage
AuthApi$update_oauth_client_app(client_guid, body, fields, ...)

Method update_oidc_config()

Usage
AuthApi$update_oidc_config(body, ...)

Method update_password_config()

Usage
AuthApi$update_password_config(body, ...)

Method update_saml_config()

Usage
AuthApi$update_saml_config(body, ...)

Method update_session_config()

Usage
AuthApi$update_session_config(body, ...)

Method clone()

The objects of this class are cloneable with this method.

Usage
AuthApi$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


looker/lookr documentation built on Jan. 15, 2024, 2:49 a.m.