NSX-T Data Center Global Manager REST API

IkeDigestAlgorithm (type)

{
  "additionalProperties": false,
  "description": "The IkeDigestAlgorithms are used to verify message integrity during Ike negotiation. SHA1 produces 160 bits hash and SHA2_XXX produces XXX bit hash.",
  "enum": [
    "SHA1",
    "SHA2_256",
    "SHA2_384",
    "SHA2_512"
  ],
  "id": "IkeDigestAlgorithm",
  "module_id": "PolicyVpnIPSecVpn",
  "title": "Digest Algorithms used in IKE negotiations",
  "type": "string"
}