Sha256: 1ea10c57d5e4507df7ccd9f15b7b6e592a4ea443bb0f6d0b47b0a5a4ffc7235f

Contents?: true

Size: 1.36 KB

Versions: 65

Compression:

Stored size: 1.36 KB

Contents

# UserCipherUse

## Example UserCipherUse Object

```
{
  "id": 1,
  "protocol_cipher": "TLSv1.2; ECDHE-RSA-AES256-GCM-SHA384",
  "created_at": "2000-01-01T01:00:00Z",
  "interface": "restapi",
  "updated_at": "2000-01-01T01:00:00Z",
  "user_id": 1
}
```

* `id` (int64): UserCipherUse ID
* `protocol_cipher` (string): The protocol and cipher employed
* `created_at` (date-time): The earliest recorded use of this combination of interface and protocol and cipher (for this user)
* `interface` (string): The interface accessed
* `updated_at` (date-time): The most recent use of this combination of interface and protocol and cipher (for this user)
* `user_id` (int64): ID of the user who performed this access


---

## List User Cipher Uses

```
Files::UserCipherUse.list(
  user_id: 1
)
```

### Parameters

* `user_id` (int64): User ID.  Provide a value of `0` to operate the current session's user.
* `cursor` (string): Used for pagination.  When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`.  Send one of those cursor value here to resume an existing list from the next available record.  Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
* `per_page` (int64): Number of records to show per page.  (Max: 10,000, 1,000 or less is recommended).

Version data entries

65 entries across 65 versions & 1 rubygems

Version Path
files.com-1.1.173 docs/user_cipher_use.md
files.com-1.1.172 docs/user_cipher_use.md
files.com-1.1.171 docs/user_cipher_use.md
files.com-1.1.170 docs/user_cipher_use.md
files.com-1.1.169 docs/user_cipher_use.md
files.com-1.1.168 docs/user_cipher_use.md
files.com-1.1.167 docs/user_cipher_use.md
files.com-1.1.166 docs/user_cipher_use.md
files.com-1.1.165 docs/user_cipher_use.md
files.com-1.1.164 docs/user_cipher_use.md
files.com-1.1.163 docs/user_cipher_use.md
files.com-1.1.162 docs/user_cipher_use.md
files.com-1.1.161 docs/user_cipher_use.md
files.com-1.1.160 docs/user_cipher_use.md
files.com-1.1.159 docs/user_cipher_use.md
files.com-1.1.158 docs/user_cipher_use.md
files.com-1.1.157 docs/user_cipher_use.md
files.com-1.1.156 docs/user_cipher_use.md
files.com-1.1.155 docs/user_cipher_use.md
files.com-1.1.154 docs/user_cipher_use.md