Skip to content

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

ivsrealtime_get_public_key(arn)

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"
    )
  )
)

Request syntax

svc$get_public_key(
  arn = "string"
)