View source: R/cloudtrail_operations.R
cloudtrail_list_public_keys | R Documentation |
Returns all public keys whose private keys were used to sign the digest files within the specified time range. The public key is needed to validate digest files that were signed with its corresponding private key.
See https://www.paws-r-sdk.com/docs/cloudtrail_list_public_keys/ for full documentation.
cloudtrail_list_public_keys(StartTime = NULL, EndTime = NULL, NextToken = NULL)
StartTime |
Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned. |
EndTime |
Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used. |
NextToken |
Reserved for future use. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.