User SFTP Client Uses
A UserSftpClientUse is a way to see the exact set of SFTP clients used by a given user.
List User SFTP Client Uses
SDK Method
usersftpclientuse.List()
Return Object
[]*UserSftpClientUse
Authorization Requirement
Not available to user API keys or sessions from users that are marked as Shared/Bot users.
UserSftpClientUseListParams Fields
| Field | Description |
|---|---|
| UserId int64 | User ID. If provided, will return uses for this user. |
Additional Arguments
The UserSftpClientUse Object
Some of the methods above return a UserSftpClientUse object. The attributes of this object are listed below.
| Attribute | Description |
|---|---|
| Id int64 | UserSftpClientUse ID |
| SftpClient string | The SFTP client used |
| CreatedAt date-time | The earliest recorded use of this SFTP client (for this user) |
| UpdatedAt date-time | The most recent use of this SFTP client (for this user) |
| UserId int64 | ID of the user who performed this access |