Interface UpdateUserCommandOutputProtected

The output of UpdateUserCommand.

Hierarchy

  • UserOutput
  • MetadataBearer
    • UpdateUserCommandOutput

Properties

bucketName: undefined | string

The Stedi Bucket or AWS S3 Bucket that the user's home directory is mapped to.

description: undefined | string

SFTP user description.

endpoint: undefined | string

The SFTP endpoint to use.

homeDirectory: undefined | string

The user's home directory.

lastConnectedDate?: string

The Date when the user last successfully connected to the SFTP endpoint.

username: undefined | string

The username used to log in to the SFTP endpoint.