# Overview
Attribute | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
uuid | string | Account UUID. | ||||||||
created_ts | timestamp | Time at which the account was created. Measured in seconds (to three decimal places) that have elapsed since the Unix epoch(opens new window). | ||||||||
updated_ts | timestamp | Time at which the account configuration was last updated. Measured in seconds (to three decimal places) that have elapsed since the Unix epoch(opens new window). | ||||||||
resource_access_log* | dictionary | Dictionary defining the Resource Access Log tables configured for the account. The key is a Rule, the value is a dictionary with Resource Access Log table names (keys) and their (optional) |
Attribute | Type | In | Description |
---|---|---|---|
dimensions | dictionary | body | Key-value pairs: - key: name of the dimension under which the Resource Access Log entry is to be stored. - value: Template for the value of the dimension. |
*
The "resource_access_log"
attribute can be added, updated and removed through the update_account endpoint. If no "resource_access_log"
attribute is present in the response, the Resource Access Log functionality is not enabled for the account.
Was this article helpful?