GetDevicePostureRulesResult

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.

Constructors

Link copied to clipboard
constructor(accountId: String, id: String, name: String? = null, rules: List<GetDevicePostureRulesRule>, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The account identifier to target for the resource.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val name: String? = null

Name of the Device Posture Rule.

Link copied to clipboard

A list of matching Device Posture Rules.

Link copied to clipboard
val type: String? = null

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.