CertSyncRecordResponse

data class CertSyncRecordResponse(val certificationStatus: String? = null, val controls: List<ControlSyncRecordResponse>? = null, val ingestionStatus: String? = null, val offerGuid: String? = null)

A class represent the certification record synchronized from app compliance.

Constructors

Link copied to clipboard
constructor(certificationStatus: String? = null, controls: List<ControlSyncRecordResponse>? = null, ingestionStatus: String? = null, offerGuid: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates the status of certification process.

Link copied to clipboard

The control records list to be synchronized.

Link copied to clipboard
val ingestionStatus: String? = null

Indicates the status of compliance process.

Link copied to clipboard
val offerGuid: String? = null

The offerGuid which mapping to the reports.