Get the app guard profile details windows
https://{server-hostname}:8383/api/v1/mdm/profiles/appguard/policies/{policy_id}
MDMDeviceMgmt.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the App Guard profile. Obtain from the Create App Guard Policy response
curl --request GET \
--url https://appdomain/api/v1/mdm/profiles/appguard/policies/{policy_id} \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Unique ID of the App Guard profile
Name of the App Guard profile
Description for the App Guard profile
Auditing for Application Guard events. 0 - Disabled, 1 - Enabled
Access to camera and microphone inside the Application Guard container. 0 - Blocked, 1 - Allowed
Data persistence across Application Guard sessions (e.g., favorites, cookies). 0 - Disabled, 1 - Enabled
GPU-accelerated rendering inside the Application Guard container. 0 - Disabled, 1 - Enabled
Windows Defender Application Guard state. 0 - Disabled, 1 - Enabled (Enterprise mode), 2 - Enabled (Standalone mode)
Block access to non-enterprise content by enterprise apps. 0 - Not blocked, 1 - Blocked
List of certificate thumbprint strings shared with the Application Guard container for user authentication
Direction of clipboard sharing. 1 - Host to container only, 2 - Container to host only, 3 - Both directions
Type of clipboard content allowed. 1 - Text only, 2 - Image only, 3 - Text and Image
Printing options from the Application Guard container. Bitmask value: 0 - No printing, 1 - Allow XPS, 2 - Allow PDF, 4 - Allow local printers, 8 - Allow network printers
Allow users to save downloaded files from the Application Guard container to the host OS. 0 - Blocked, 1 - Allowed
Primary enterprise domain name to be protected by Application Guard. Present only when configured
List of other enterprise domain names treated as trusted resources. Present only when configured
List of domain names classified as enterprise network resources. Present only when configured
List of enterprise IP address ranges. Present only when configured
List of enterprise cloud resource domains. Present only when configured
List of neutral resource domains accessible from both enterprise and personal contexts. Present only when configured
List of internal proxy server addresses used for enterprise resources. Present only when configured
List of proxy server addresses. Present only when configured
App Guard payload response
{
"save_files": "0",
"policy_id": "4",
"print_settings": "0",
"allow_gpu": "0",
"block_non_enterprise": "0",
"policy_name": "windowsappguardpolicy",
"allow_app_guard": "0",
"clipboard_type": "1",
"clipboard_settings": "0",
"policy_desc": "",
"allow_persistence": "0",
"perform_audit": "1",
"allow_camera_mic": "0",
"cert_thumbprints": []
}
![]()
Duration: 1 minute | Threshold: 120 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.