GetDevicePostureRulesPlainArgs

data class GetDevicePostureRulesPlainArgs(val accountId: String, val name: String? = null, val type: String? = null) : ConvertibleToJava<GetDevicePostureRulesPlainArgs>

A collection of arguments for invoking getDevicePostureRules.

Constructors

Link copied to clipboard
constructor(accountId: String, name: String? = null, type: String? = null)

Properties

Link copied to clipboard

The account identifier to target for the resource.

Link copied to clipboard
val name: String? = null

Name of the Device Posture Rule.

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.

Functions

Link copied to clipboard
open override fun toJava(): GetDevicePostureRulesPlainArgs