KeystoreContents

edit

The contents of the Elasticsearch keystore.

Properties

edit
secrets (map[string,KeystoreSecret], required)
List of secrets

Example

edit
{
   "secrets" : {
      "some_property" : {
         "as_file" : true,
         "value" : {}
      }
   }
}