List Notifications
auditmanager_list_notifications | R Documentation |
Returns a list of all Audit Manager notifications¶
Description¶
Returns a list of all Audit Manager notifications.
Usage¶
Arguments¶
nextToken
The pagination token that's used to fetch the next set of results.
maxResults
Represents the maximum number of results on a page or for an API request call.
Value¶
A list with the following syntax:
list(
notifications = list(
list(
id = "string",
assessmentId = "string",
assessmentName = "string",
controlSetId = "string",
controlSetName = "string",
description = "string",
eventTime = as.POSIXct(
"2015-01-01"
),
source = "string"
)
),
nextToken = "string"
)