get_project_mitigations {galvanizer} | R Documentation |
Retrieve Highbond Project - Mitigations
Description
The mapping between controls and risks
Usage
get_project_mitigations(
auth,
mitigation_id,
fields = NULL,
pagesize = 50,
waittime = 0.2
)
Arguments
auth |
Highbond authentication credentials, created from |
mitigation_id |
Will get only one. |
fields |
OPTIONAL. A character vector each field requested within the project. NULL will default to all fields. |
pagesize |
Defaults to 50. Maximum is 100. |
waittime |
Time in seconds to wait between requests. |
Value
A tibble of mitigations
[Package galvanizer version 0.5.3 Index]