Akeyless::CertificateDiscovery
Name
Type
Description
Notes
debug
Boolean
Debug mode
[optional][default to false]
expiration_event_in
Array<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][default to false]
port_ranges
String
A comma separated list of port ranges Examples: "80,443" or "80,443,8080-8090" or "443"
[optional][default to '443']
protection_key
String
The name of the key that protects the certificate value
[optional]
target_location
String
The folder where the results will be saved
token
String
Authentication token (see `/auth` and `/configure`)
[optional]
uid_token
String
The universal identity token, Required only for universal_identity authentication
[optional]
require 'akeyless'
instance = Akeyless ::CertificateDiscovery . new (
debug : null ,
expiration_event_in : null ,
hosts : null ,
json : null ,
port_ranges : null ,
protection_key : null ,
target_location : null ,
token : null ,
uid_token : null
)