cloudtrail_list_public_keys: Returns all public keys whose private keys were used to sign...

View source: R/cloudtrail_operations.R

cloudtrail_list_public_keysR Documentation

Returns all public keys whose private keys were used to sign the digest files within the specified time range

Description

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.

Usage

cloudtrail_list_public_keys(StartTime = NULL, EndTime = NULL, NextToken = NULL)

Arguments

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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.