Get Public Key
ivsrealtime_get_public_key | R Documentation |
Gets information for the specified public key¶
Description¶
Gets information for the specified public key.
Usage¶
Arguments¶
arn
[required] ARN of the public key for which the information is to be retrieved.
Value¶
A list with the following syntax:
list(
publicKey = list(
arn = "string",
name = "string",
publicKeyMaterial = "string",
fingerprint = "string",
tags = list(
"string"
)
)
)