auditmanager_batch_import_evidence_to_assessment_control: Adds one or more pieces of evidence to a control in an Audit...

View source: R/auditmanager_operations.R

auditmanager_batch_import_evidence_to_assessment_controlR 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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.