Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
included basic documentation on how to use oauth
  • Loading branch information
jgarcesres authored Sep 19, 2023
1 parent 175a449 commit 1500b45
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@ After creating and updating scripts, if enabled, it can delete any leftover scri

**Required** the url of your jamf instance

### `jamf_auth_type`

**Optional** Defaults to `auth` but can be set to `oauth` to use `client_id` and `client_secret` instead of a username and password.

### `jamf_username`

**Required** the username to auth against jamf. **This user should have permission to update and create scripts.**
**Required** the username to auth against jamf. If `auth_type` is set to `oauth`, this is the `client_id` . **This user should have permission to update and create scripts.**

### `jamf_password`

**Required** password for the user
**Required** password for the user. If `auth_type` is set to `oauth`, this is the `client_secret`

### `script_dir`

Expand Down

0 comments on commit 1500b45

Please sign in to comment.