Get Device Posture Rules Result
data class GetDevicePostureRulesResult(val accountId: String, val id: String, val name: String? = null, val rules: List<GetDevicePostureRulesRule>, val type: String? = null)
A collection of values returned by getDevicePostureRules.
Properties
Link copied to clipboard
A list of matching Device Posture Rules.
Link copied to clipboard
The device posture rule type. Available values: serial_number
, file
, application
, gateway
, warp
, domain_joined
, os_version
, disk_encryption
, firewall
, client_certificate
, client_certificate_v2
, workspace_one
, unique_client_id
, crowdstrike_s2s
, sentinelone
, kolide
, tanium_s2s
, intune
, sentinelone_s2s
, custom_s2s
.