From 741daee6485f92520ff66bb4f8bab919d0443ed7 Mon Sep 17 00:00:00 2001 From: Rishav Yaduvanshi Date: Fri, 18 Oct 2024 16:05:05 +0530 Subject: [PATCH 1/2] added the permission. --- .../app-central/integrations/jamf.md | 12 ++++++++++++ .../app-central/integrations/vmware-vsphere.md | 9 +++++++++ 2 files changed, 21 insertions(+) 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..feb10fa77b 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: +1. **Read Computers**: Allows reading details of computers in the Jamf inventory. +2. **Read Smart Computer Groups**: Grants access to view smart computer groups. +3. **Read Static Computer Group**s: Grants access to view static computer groups. +4. **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..1e7c194eed 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: + +1. **Read-Only**: Allows reading details of virtual machines in the vSphere inventory. +2. For further details on how to create the role, please refer to the following video. [VMWare vSphere Role Creation](https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.security.doc/GUID-5372F580-5C23-4E9C-8A4E-EF1B4DD9033E.html) +3. For the **HOST**, use the _IP_ or _Domain_ of the vSphere node. +4. The port should be set to 443. + ## Change Log * August 30, 2019 - First upload From 7216dc7c7acc28ee1cfe6500adcc5f158956f3a8 Mon Sep 17 00:00:00 2001 From: John Pipkin Date: Fri, 18 Oct 2024 08:39:11 -0500 Subject: [PATCH 2/2] Updates from review --- .../app-central/integrations/jamf.md | 10 +++++----- .../app-central/integrations/vmware-vsphere.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) 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 feb10fa77b..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,13 +34,13 @@ 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 +## Minimum permissions required The following permissions are required for the integration: -1. **Read Computers**: Allows reading details of computers in the Jamf inventory. -2. **Read Smart Computer Groups**: Grants access to view smart computer groups. -3. **Read Static Computer Group**s: Grants access to view static computer groups. -4. **Read Jamf Connect Deployments**: Provides access to view Jamf Connect deployments. +* **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) 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 1e7c194eed..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,14 +28,14 @@ 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 +## Minimum permissions required The following permissions are required for the integration: -1. **Read-Only**: Allows reading details of virtual machines in the vSphere inventory. -2. For further details on how to create the role, please refer to the following video. [VMWare vSphere Role Creation](https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.security.doc/GUID-5372F580-5C23-4E9C-8A4E-EF1B4DD9033E.html) -3. For the **HOST**, use the _IP_ or _Domain_ of the vSphere node. -4. The port should be set to 443. +* **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