deploymenttheory / terraform-provider-jamfpro

Jamf Pro Terraform Provider/Plugin written with the TF Provider SDK v2. Written in go
Mozilla Public License 2.0
24 stars 9 forks source link

jamfpro_account_group doesn't recognize "Users" object permission #184

Closed FSDeWolf closed 2 months ago

FSDeWolf commented 2 months ago

Mostly semantic , but this module doesn't recognize "Read Users" (or Create/Update/Delete). It does recognize it as User, which isn't how it looks in Jamf.

image

ShocOne commented 2 months ago

Hi there,

Performing a GET on the endpoint "/api/v1/api-role-privileges" , ( jamf pro ver 11.3) states that the permissions are not pluralised and are singular in form. e.g

image

and

image

etc. Therefore, for a POST request to be successful, we will be sticking with what the api actually requires rather than what the gui states. Clearly a typo on jamf's side :)