CmThumbprintHashingConfig (type)

{
  "additionalProperties": false, 
  "id": "CmThumbprintHashingConfig", 
  "module_id": "InventoryCmObj", 
  "properties": {
    "hashing_algorithm_type": {
      "description": "This specifies the hashing algorithm to be used for stamping NSX manager thumbprint in compute manager extension. e.g. When a vCenter is registered as compute manager, thumbprint of NSX manager certificate is stamped in NSXT extension on vCenter. If algorithm type is SHA1, then SHA1 thumbprint of NSX manager API certificate is stamped. If algorithm type is SHA256, then SHA256 thumbprint of NSX manager certificate is stamped. Changing this setting to SHA256 will result in communication issues between WCP component in VC and NSX manager. Hence it is recommended not to use SHA256 if VC WCP feature is being used with NSX.", 
      "enum": [
        "SHA1", 
        "SHA256"
      ], 
      "readonly": false, 
      "required": true, 
      "title": "Algorithm type for thumbprint hashing", 
      "type": "string"
    }
  }, 
  "type": "object"
}