auditmanager_update_assessment_framework {paws.management} | R Documentation |
Updates a custom framework in Audit Manager
Description
Updates a custom framework in Audit Manager.
See https://www.paws-r-sdk.com/docs/auditmanager_update_assessment_framework/ for full documentation.
Usage
auditmanager_update_assessment_framework(
frameworkId,
name,
description = NULL,
complianceType = NULL,
controlSets
)
Arguments
frameworkId |
[required] The unique identifier for the framework. |
name |
[required] The name of the framework to be updated. |
description |
The description of the updated framework. |
complianceType |
The compliance type that the new custom framework supports, such as CIS or HIPAA. |
controlSets |
[required] The control sets that are associated with the framework. |
[Package paws.management version 0.7.0 Index]