diff --git a/docs/platform-services/automation-service/app-central/integrations/jamf.md b/docs/platform-services/automation-service/app-central/integrations/jamf.md index b917c75f10..140b99f50a 100644 --- a/docs/platform-services/automation-service/app-central/integrations/jamf.md +++ b/docs/platform-services/automation-service/app-central/integrations/jamf.md @@ -34,6 +34,18 @@ The Jamf platform creates IT software that manages Apple devices. 1. Click **Test**.
jamf 1. You should receive a successful notification in the bottom right corner.
jamf +## Minimum permissions required + +The following permissions are required for the integration: +* **Read Computers**. Allows reading details of computers in the Jamf inventory. +* **Read Smart Computer Groups**. Grants access to view smart computer groups. +* **Read Static Computer Groups**. Grants access to view static computer groups. +* **Read Jamf Connect Deployments**. Provides access to view Jamf Connect deployments. + +#### Jamf Pro Server URL: +Example: [https://yourServer.jamfcloud.com](https://yourServer.jamfcloud.com) + + ## Change Log * November 23, 2022 - First upload diff --git a/docs/platform-services/automation-service/app-central/integrations/vmware-vsphere.md b/docs/platform-services/automation-service/app-central/integrations/vmware-vsphere.md index 458018fc8e..b3e49ab2c4 100644 --- a/docs/platform-services/automation-service/app-central/integrations/vmware-vsphere.md +++ b/docs/platform-services/automation-service/app-central/integrations/vmware-vsphere.md @@ -28,6 +28,15 @@ Utilize and manipulate virtual machines during an incident investigation with VM * [VMWare vSphere](https://github.com/vmware/pyvmomi/blob/master/LICENSE.txt) +## Minimum permissions required + +The following permissions are required for the integration: + +* **Read-Only**. Allows reading details of virtual machines in the vSphere inventory. +* For further details on how to create the role, see [vSphere Permissions and User Management Tasks](https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.security.doc/GUID-5372F580-5C23-4E9C-8A4E-EF1B4DD9033E.html). +* For the **HOST**, use the _IP_ or _Domain_ of the vSphere node. +* The port should be set to 443. + ## Change Log * August 30, 2019 - First upload