SftpContainerResource.withUserKeyFile
Method
interface SftpContainerResource { // ... omitted for brevity withUserKeyFile( username: string, keyFile: string, keyType: KeyType): SftpContainerResource;}Signature
method
withUserKeyFilebuilderAdds 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
usernamestringkeyFilestringkeyTypeKeyTypeReturns
SftpContainerResourceDefined on
This method is defined on the following type: