| onelogin {onelogin} | R Documentation |
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
if (interactive()) onelogin(region = "US")
[Package onelogin version 0.2.0 Index]