VcfConfigureCASpec
VcfConfigureCASpec
Represents VCF Certificate Authority Specification
JSON Example
{
"certificateAuthoritiesSpec": {
"microsoftCertificateAuthoritySpec": {
"secret": "string",
"serverUrl": "string",
"templateName": "string",
"username": "string"
},
"openSSLCertificateAuthoritySpec": {
"commonName": "string",
"country": "string",
"locality": "string",
"organization": "string",
"organizationUnit": "string",
"state": "string"
}
},
"certificateAuthorityType": "string",
"vcfComponentSpec": {
"vcfComponentType": "string",
"vcfDomainId": "string",
"vcfDomainName": "string",
"vcfHostName": "string"
}
}
string
certificateAuthorityType
Optional
Represents Certificate Authority Type
Possible values are :
MICROSOFT,
OPENSSL,