Gets details about the RSA wrapping key associated with the vault.

GET {{cryptoEndpoint}}/20180608/wrappingKeys

Gets details about the public RSA wrapping key associated with the vault in the endpoint. Each vault has an RSA key-pair that wraps and unwraps AES key material for import into Key Management.

HEADERS

KeyDatatypeRequiredDescription
opc-request-idstringUnique identifier for the request. If provided, the returned request ID
will include this value. Otherwise, a random request ID will be
generated by the service.
Acceptstring

RESPONSES

status: OK

{"id":"\u003cstring\u003e","compartmentId":"\u003cstring\u003e","timeCreated":"\u003cdateTime\u003e","lifecycleState":"CANCELLING_DELETION","vaultId":"\u003cstring\u003e","publicKey":"\u003cstring\u003e"}