CertificatesGenerationSpec
                                CertificatesGenerationSpec                            
                            
                            This specification contains certificates generation request details
JSON Example
                                    {
    "caType": "One among: OpenSSL, Microsoft, VMCA",
    "resources": [
        {
            "resourceId": "BE8A5E04-92A0-43F6-A166-AA041F4327CC",
            "fqdn": "sfo-vc01.rainpole.io",
            "type": "One among: SDDC_MANAGER, PSC, VCENTER, NSXT_MANAGER, VXRAIL_MANAGER, NSX_ALB, ESXI",
            "name": "string",
            "sans": [
                "sfo-vc01.rainpole.io"
            ]
        }
    ],
    "validity": 398
}
            
            
                                    string
                
                
            
        
        
                caType            
                            Required
            
            
        CA type. Only supports Microsoft and OpenSSL CAs
            
            
                                    integer As int32
                
                                    As int32
                
            
        
        
                validity            
                            Optional
            
            
        Represents the validity in days of the generated certificate
