SftpContainerResource.withUserKeyFile
Method
interface SftpContainerResource { // ... omitted for brevity withUserKeyFile( username: string, keyFile: string, keyType: KeyType): SftpContainerResource;}Signature
method
withUserKeyFile builder Adds a bind mount for the public key file of the specified user to an SFTP container resource.
withUserKeyFile( username: string, keyFile: string, keyType: KeyType): SftpContainerResourceParameters
username string keyFile string keyType KeyType Returns
SftpContainerResource Defined on
This method is defined on the following type: