Vcenter Host Crypto Fips Modules Info

Vcenter Host Crypto Fips Modules Info
Vcenter Host Crypto Fips Modules Info

The Vcenter Host Crypto Fips Modules Info schema contains information about a FIPS validated crypto module.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "name": "string",
    "version": "string",
    "cmvp_cert": "string",
    "cavp_cert": "string",
    "component_version": "string"
}
string
name
Required

The name of the module as specified in its certificate.

This property was added in vSphere API 9.1.0.0.

string
version
Required

Version of the module.

This property was added in vSphere API 9.1.0.0.

string
cmvp_cert
Optional

CMVP certificate number of the module. Can be used to construct the URL of the certificate, for example: https://csrc.nist.gov/projects/cryptographic-module-validation-program/certificate/4743

This property was added in vSphere API 9.1.0.0.

If missing or null, the module's CMVP certification is still pending.

string
cavp_cert
Optional

CAVP certificate number of the module's algorithms. Can be used to construct the URL of the certificate, for example: https://csrc.nist.gov/projects/Cryptographic-Algorithm-Validation-Program/details?source=A&number=3500

This property was added in vSphere API 9.1.0.0.

May be left missing or null, if the module has a CMVP certificate issued.

string
component_version
Required

Version of the VCF component on which this module is installed.

This property was added in vSphere API 9.1.0.0.