inspector_add_attributes_to_findings {paws.security.identity} | R Documentation |
Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings
Description
Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings.
See https://www.paws-r-sdk.com/docs/inspector_add_attributes_to_findings/ for full documentation.
Usage
inspector_add_attributes_to_findings(findingArns, attributes)
Arguments
findingArns |
[required] The ARNs that specify the findings that you want to assign attributes to. |
attributes |
[required] The array of attributes that you want to assign to specified findings. |
[Package paws.security.identity version 0.6.1 Index]