Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 670 Bytes

WindowsTargetDetails.md

File metadata and controls

30 lines (24 loc) · 670 Bytes

Akeyless::WindowsTargetDetails

Properties

Name Type Description Notes
certificate String [optional]
domain_name String [optional]
hostname String [optional]
password String [optional]
port String [optional]
use_tls Boolean [optional]
username String [optional]

Example

require 'akeyless'

instance = Akeyless::WindowsTargetDetails.new(
  certificate: null,
  domain_name: null,
  hostname: null,
  password: null,
  port: null,
  use_tls: null,
  username: null
)