inspector_remove_attributes_from_findings {paws.security.identity} | R Documentation |
Removes entire attributes (key and value pairs) from the findings that are specified by the ARNs of the findings where an attribute with the specified key exists
Description
Removes entire attributes (key and value pairs) from the findings that are specified by the ARNs of the findings where an attribute with the specified key exists.
See https://www.paws-r-sdk.com/docs/inspector_remove_attributes_from_findings/ for full documentation.
Usage
inspector_remove_attributes_from_findings(findingArns, attributeKeys)
Arguments
findingArns |
[required] The ARNs that specify the findings that you want to remove attributes from. |
attributeKeys |
[required] The array of attribute keys that you want to remove from specified findings. |
[Package paws.security.identity version 0.9.0 Index]