devguard
DevicesPolicy

Get the organization's device check policy.

GET
/devices/policy/

Authorization

Authorization
AuthorizationBearer <token>

In: header

Query Parameters

organizationId*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/devices/policy/?organizationId=string"
{  "diskEncryptionEnabled": true,  "antivirusEnabled": true,  "firewallEnabled": true,  "passwordPolicyEnabled": true,  "screenLockEnabled": true,  "osUpToDateEnabled": true,  "screenLockMaxMinutes": 1,  "passwordMinLength": 1,  "osUpdatePolicy": "MAJOR_ONLY",  "staleAfterDays": 1,  "organizationId": "string"}

How is this guide?