ControlSyncRecordResponse

data class ControlSyncRecordResponse(val controlId: String? = null, val controlStatus: String? = null)

A class represent the control record synchronized from app compliance.

Constructors

Link copied to clipboard
constructor(controlId: String? = null, controlStatus: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val controlId: String? = null

The Id of the control. e.g. "Operational_Security_10"

Link copied to clipboard
val controlStatus: String? = null

Control status synchronized from app compliance.