For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update a device posture check policy

put
Authorizations
defguard_sessionstringRequired
Path parameters
idinteger · int64Required

ID of the device posture check policy.

Body

Request body for creating or updating a device posture check policy.

allow_prerelease_clientbooleanRequired
descriptionstring · nullableOptional
min_desktop_client_versionstring · nullableOptional
min_mobile_client_versionstring · nullableOptional
namestringRequired
Responses
200

Device posture check policy updated.

application/json

API response type for a device posture check policy.

allow_prerelease_clientbooleanRequired
descriptionstring · nullableOptional
idinteger · int64Required
locationsinteger · int64[]Required

IDs of VPN locations this policy is assigned to.

min_desktop_client_versionstring · nullableOptional
min_mobile_client_versionstring · nullableOptional
namestringRequired
put/api/v1/device-posture/{id}

Last updated

Was this helpful?