UserKeyRequest Object

The UserKeyRequest object consists of the following fields:

FieldDescription
keyA string containing the user's RSA public key. The key must be 4096 bits. Only PKCS8 format is allowed.
expirationDateA 64-bit integer containing the RSA key expiration date. This value is only set for rotated keys.
actionA string indicating the action to be performed on the user's RSA.

The following actions can be performed on the user's active RSA key:
SAVE
REVOKE

The following actions can be performed onto the user's rotated RSA key:
REVOKE
EXTEND