Get Delegations
auditmanager_get_delegations | R Documentation |
Gets a list of delegations from an audit owner to a delegate¶
Description¶
Gets a list of delegations from an audit owner to a delegate.
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(
delegations = list(
list(
id = "string",
assessmentName = "string",
assessmentId = "string",
status = "IN_PROGRESS"|"UNDER_REVIEW"|"COMPLETE",
roleArn = "string",
creationTime = as.POSIXct(
"2015-01-01"
),
controlSetName = "string"
)
),
nextToken = "string"
)