Get Zero Trust Device Posture Rule Result
data class GetZeroTrustDevicePostureRuleResult(val accountId: String, val description: String, val expiration: String, val id: String, val input: GetZeroTrustDevicePostureRuleInput, val matches: List<GetZeroTrustDevicePostureRuleMatch>, val name: String, val ruleId: String? = null, val schedule: String, val type: String)
A collection of values returned by getZeroTrustDevicePostureRule.
Properties
Link copied to clipboard
The description of the device posture rule.
Link copied to clipboard
Sets the expiration time for a posture check result. If empty, the result remains valid until it is overwritten by new data from the WARP client.
Link copied to clipboard
The value to be checked against.
Link copied to clipboard
The conditions that the client must match to run the rule.
Link copied to clipboard
The type of device posture rule. Available values: "file", "application", "tanium", "gateway", "warp", "diskencryption", "sentinelone", "carbonblack", "firewall", "osversion", "domainjoined", "clientcertificate", "clientcertificatev2", "uniqueclientid", "kolide", "taniums2s", "crowdstrikes2s", "intune", "workspaceone", "sentinelones2s", "custom_s2s".