Vcenter Crypto Fips Modules Info
The Vcenter Crypto Fips Modules Info schema contains information about a FIPS validated crypto module.
This schema was added in vSphere API 9.1.0.0.
{
"name": "string",
"version": "string",
"cmvp_cert": "string",
"cavp_cert": "string",
"component_name": "string",
"component_version": "string"
}
The name of the module as specified in its certificate.
This property was added in vSphere API 9.1.0.0.
Version of the module.
This property was added in vSphere API 9.1.0.0.
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.
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.
VCF component on which this module is installed.
This property was added in vSphere API 9.1.0.0.
Can be left missing or null for modules installed on the vCenter.
Version of the VCF component on which this module is installed.
This property was added in vSphere API 9.1.0.0.