NSX-T Data Center REST API
UploadTlsCrlRequestParameters (schema)
Upload TlsCrl request parameters
    Holds the requests parameters required to multipart-upload a TlsCrl objecta
    
    
    
    
    
| Name | Description | Type | Notes | 
|---|---|---|---|
| crl_type | Type of CRL The type of the CRL. It can be "OneCRL" or "X509" (default). | string | Enum: OneCRL, X509 Default: "X509" | 
| description | Description of this resource | string | Maximum length: 1024 Sortable | 
| display_name | Identifier to use when displaying entity in logs or GUI Defaults to ID if not set | string | Maximum length: 255 Sortable | 
| file | File to be uploaded | multipart_file | Required | 
