Instance Propertyheckj.formic 0.3.0Formic
username
SSHAccessCredentials.swift:19let username: String
let username: String
s6Formic10RemoteHostV20SSHAccessCredentialsV8usernameSSvp
What are these?9KER0
import Formic
๐ Swift library to support IT Automation tasks. ๐ ๐
struct SSHAccessCredentials
SSH Credentials for accessing a remote host.
struct RemoteHost
A local or remote host.
@frozen struct String
A Unicode string value that is a collection of characters.
init(from decoder: any Decoder) throws
init(username: String? = nil, identityFile: String? = nil) throws
init(username: String, identityFile: String)
let identityFile: String