Add a new key manager
POST /occm/encryption/key-managers
Adds a new key manager.
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
name |
string |
False |
|
address |
string |
False |
|
usernameField |
False |
||
usernameValue |
False |
Example request
{
"name": "string",
"address": "string",
"usernameField": {
"_1": "string"
},
"usernameValue": {
"_1": "string"
}
}
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"
}
Definitions
See Definitions
NonEmptyOptionalString
| Name | Type | Required | Description |
|---|---|---|---|
_1 |
string |
False |