onelogin (version 0.2.0)

onelogin: Define a 'OneLogin' Connection

Description

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

Usage

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

Run this code
# NOT RUN {
if (interactive()) onelogin(region = "US")
# }

Run the code above in your browser using DataCamp Workspace