Get Zero Trust Device Posture Rules Invoke Result
data class GetZeroTrustDevicePostureRulesInvokeResult(val accountId: String, val id: String, val maxItems: Int? = null, val results: List<GetZeroTrustDevicePostureRulesResult>)
A collection of values returned by getZeroTrustDevicePostureRules.
Constructors
Link copied to clipboard
constructor(accountId: String, id: String, maxItems: Int? = null, results: List<GetZeroTrustDevicePostureRulesResult>)