Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.21 KB

KeyServer.md

File metadata and controls

15 lines (11 loc) · 1.21 KB

KeyServer

Properties

Name Type Description Notes
Links *InlineResponse201Links [optional] [default to null]
Password string Password credentials for connecting with the key server. This is not audited. [optional] [default to null]
Records []KeyServerRecords An array of key servers specified to add multiple key servers to a key manager in a single API call. Valid in POST only and not valid if `server` is provided. [optional] [default to null]
Server string External key server for key management. If no port is provided, a default port of 5696 is used. Not valid in POST if `records` is provided. [optional] [default to null]
Timeout int32 I/O timeout in seconds for communicating with the key server. [optional] [default to null]
Username string KMIP username credentials for connecting with the key server. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]