Vcenter NamespaceManagement Supervisors Certificates KeySizes Info

Vcenter NamespaceManagement Supervisors Certificates KeySizes Info
Vcenter NamespaceManagement Supervisors Certificates KeySizes Info

The Vcenter NamespaceManagement Supervisors Certificates KeySizes Info schema contains information on the current signing key size for Supervisor internal certificates and The list of supported key sizes that you can use to update Supervisor internal certificates key size using the #internalCertsKeySize API.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "current_key_size": "string",
    "supported_key_sizes": [
        "string"
    ]
}
string
current_key_size
Optional

Vcenter NamespaceManagement Supervisors Certificates KeySizes Info.current_key_size get signing key size for Supervisor internal certificates.

This property was added in vSphere API 9.1.0.0.

This property is optional because it was added in a newer version than its parent node.

array of string
supported_key_sizes
Optional

Vcenter NamespaceManagement Supervisors Certificates KeySizes Info.supported_key_sizes retrieves the list of supported signing key sizes for Supervisor internal certificates. Each item identifies a unique algorithm and key size you can configure the Supervisor certificates using the #internalCertsKeySize API.

This property was added in vSphere API 9.1.0.0.

This property is optional because it was added in a newer version than its parent node.