auditmanager_batch_import_evidence_to_assessment_control {paws.management} | R Documentation |
Adds one or more pieces of evidence to a control in an Audit Manager assessment
Description
Adds one or more pieces of evidence to a control in an Audit Manager assessment.
See https://www.paws-r-sdk.com/docs/auditmanager_batch_import_evidence_to_assessment_control/ for full documentation.
Usage
auditmanager_batch_import_evidence_to_assessment_control(
assessmentId,
controlSetId,
controlId,
manualEvidence
)
Arguments
assessmentId |
[required] The identifier for the assessment. |
controlSetId |
[required] The identifier for the control set. |
controlId |
[required] The identifier for the control. |
manualEvidence |
[required] The list of manual evidence objects. |
[Package paws.management version 0.7.0 Index]