CertificateDiscovery is a command that discovery certificates
| Name | Type | Description | Notes |
|---|---|---|---|
| debug | Boolean | Debug mode | [optional] |
| expirationEventIn | List<String> | How many days before the expiration of the certificate would you like to be notified. | [optional] |
| hosts | String | A comma separated list of IPs, CIDR ranges, or DNS names to discovery | |
| json | Boolean | Set output format to JSON | [optional] |
| portRanges | String | A comma separated list of port ranges Examples: "80,443" or "80,443,8080-8090" or "443" | [optional] |
| protectionKey | String | The name of the key that protects the certificate value | [optional] |
| targetLocation | String | The folder where the results will be saved | |
| token | String | Authentication token (see `/auth` and `/configure`) | [optional] |
| uidToken | String | The universal identity token, Required only for universal_identity authentication | [optional] |