NSX-T Data Center REST API
KeyStoreInfo (type)
{ "additionalProperties": false, "description": "Key Store information about the url alias or datasource.", "id": "KeyStoreInfo", "module_id": "NsxDashboard", "nsx_feature": "NsxDashboardWidgetConfig", "properties": { "keystore": { "description": "A location of the keystor file which stores private key and identity certificates that will be presented to both parties (server or client) for verification.", "title": "A location of the keystore file", "type": "string" }, "keystore_alias": { "description": "Its an alias specified when an entity is added to the keystore.", "title": "An alias is used to uniquely identifies the entry in keystore", "type": "string" }, "keystore_phrase": { "description": "A location of the key store pass phrase file.", "title": "A location of the key store pass phrase file.", "type": "string" }, "truststore": { "description": "A location of the trust store file which stores the certificate from CA that verify the certificate presented by the server in SSL connection.", "title": "A location of the trust store file.", "type": "string" } }, "title": "KeyStoreInfo", "type": "object" }