Name | Type | Description | Notes |
---|---|---|---|
connection_type | String | [optional] | |
port | String | [optional] | |
use_tls | Boolean | [optional] |
require 'akeyless'
instance = Akeyless::WindowsServiceAttributes.new(
connection_type: null,
port: null,
use_tls: null
)