CryptoManagerKmipCertSignRequest

CryptoManagerKmipCertSignRequest
CryptoManagerKmipCertSignRequest

Since: vSphere API Release 8.0.1.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "commonName": "string",
    "organization": "string",
    "organizationUnit": "string",
    "locality": "string",
    "state": "string",
    "country": "string",
    "email": "string"
}
string
commonName
Optional

Common name for the certificate sign request.

This is fully qualified domain name that you wish to secure.

string
organization
Optional

Organization name for the certificate sign request.

Usually the legal name of a company or entity and should include any suffixes such as Ltd., Inc., or Corp.

string
organizationUnit
Optional

Organizational unit name for the certificate sign request.

Internal organization department/division name.

string
locality
Optional

Locality name for the certificate sign request.

Town, city, village, etc.

string
state
Optional

State name for the certificate sign request.

Province, region, county or state.

string
country
Optional

Country Name for the certificate sign request.

The two-letter ISO code for the country where your organization is located.

string
email
Optional

Email address for the certificate sign request.

The organization contact, usually of the certificate administrator or IT department.