Retrieve all key managers
GET /occm/encryption/key-managers
Retrieves all key managers.
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
publicId |
string |
False |
|
name |
string |
False |
|
address |
string |
False |
|
usernameField |
string |
False |
|
usernameValue |
string |
False |
|
status |
string |
False |
Example error response
{
"publicId": "string",
"name": "string",
"address": "string",
"usernameField": "string",
"usernameValue": "string",
"status": "string"
}