onelogin: Define a 'OneLogin' Connection

Description Usage Arguments Value Examples

View source: R/onelogin.R

Description

Define a connection to the 'OneLogin' API. Please see the API documentation for details on using this API and on getting credentials.

Usage

1
2
onelogin(region = "US", client_id = Sys.getenv("ONELOGIN_CLIENT_ID"),
  client_secret = Sys.getenv("ONELOGIN_CLIENT_SECRET"))

Arguments

region

either "US" or "EU", defaults to "US"

client_id

'OneLogin' client ID, defaults to Sys.getenv("ONELOGIN_CLIENT_ID")

client_secret

'OneLogin' client secret, defaults to Sys.getenv("ONELOGIN_CLIENT_SECRET")

Value

A 'OneLogin' connection

Examples

1
if (interactive()) onelogin(region = "US")

akgold/onelogin documentation built on Nov. 1, 2019, 9:05 p.m.