The user's avatar data. This generally contains a URL within this property's 'contents' array.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
category |
T.nilable(Models::Shared::IamUserCategory) | ➖ | The category of the file | templates, forms, backups, etc. |
category_id |
T.nilable(::String) | ➖ | The categoryId of the documents | 6530 |
contents |
T::Array<Models::Shared::Content> | ➖ | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. The content of the file. Deprecated, use url and file_format one level up instead |
|
created_at |
Date | ➖ | The creation date of the file | 2021-01-01T01:01:01.000Z |
file_format |
T.nilable(Models::Shared::IamUserFileFormat) | ➖ | The file format of the file | |
id |
T.nilable(::String) | ➖ | Unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
name |
T.nilable(::String) | ➖ | The name of the file | My Document |
remote_id |
T.nilable(::String) | ➖ | Provider's unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
remote_url |
T.nilable(::String) | ➖ | URL where the file content is located | https://example.com/file.pdf |
updated_at |
Date | ➖ | The update date of the file | 2021-01-02T01:01:01.000Z |