CertSyncRecord interface
A class represent the certification record synchronized from app compliance.
Properties
certification |
Indicates the status of certification process. |
controls | The control records list to be synchronized. |
ingestion |
Indicates the status of compliance process. |
offer |
The offerGuid which mapping to the reports. |
Property Details
certificationStatus
Indicates the status of certification process.
certificationStatus?: string
Property Value
string
controls
The control records list to be synchronized.
controls?: ControlSyncRecord[]
Property Value
ingestionStatus
Indicates the status of compliance process.
ingestionStatus?: string
Property Value
string
offerGuid
The offerGuid which mapping to the reports.
offerGuid?: string
Property Value
string