Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 347 Bytes

File metadata and controls

20 lines (14 loc) · 347 Bytes

Akeyless::CertificateScanTarget

Properties

Name Type Description Notes
host String [optional]
port_ranges String [optional]

Example

require 'akeyless'

instance = Akeyless::CertificateScanTarget.new(
  host: null,
  port_ranges: null
)