- 10 Oct 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Airtable Enterprise
- Updated on 10 Oct 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Airtable Enterprise is a spreadsheet-database hybrid serving as a low-code platform for building collaborative apps.
Related Enforcement Actions:
- Airtable - Create User
- Airtable - Suspend User
- Airtable - Add or Remove User from Group
- Airtable Enterprise - Records Operation
Types of Assets Fetched
This adapter fetches the following types of assets:
- Users
Parameters
Host Name or IP Address (required) - The hostname or IP address of the Airtable Enterprise server, e.g.
api.airtable.com
API Token (required) - An API Token associated with a user account that has the Required Permissions to fetch assets. The API token is provided by Airtable Enterprise.
Enterprise Account ID - Specify your Airtable Enterprise Account ID.
Verify SSL - Select this option to verify the SSL certificate of the server against the CA database inside of Axonius. For more details, see SSL Trust & CA Settings.
HTTPS Proxy (optional) - Connect the adapter to a proxy instead of directly connecting it to the domain.
HTTPS Proxy User Name (optional) - The user name to use when connecting to the value supplied in Host Name or IP Address via the value supplied in HTTPS Proxy.
HTTPS Proxy Password (optional) - The password to use when connecting to the server using the HTTPS Proxy.
To learn more about common adapter connection parameters and buttons, see Adding a New Adapter Connection.
APIs
Axonius uses the Airtable REST API.
Required Permissions
The value supplied in API Token must be associated with credentials that have READ permissions in order to fetch assets, as described in the following table.
Action & Description | Link | Scope | User Role |
---|---|---|---|
GET enterprise - Returns basic information relevant to the enterprise account. | https://api.airtable.com/v0/meta/enterpriseAccounts/{enterpriseAccountId} | enterprise.account:read | Enterprise admin |
GET user group - Returns basic information relevant to the user group. | https://api.airtable.com/v0/meta/groups/{groupId} | enterprise.groups:read | Enterprise member |
GET user by id - Returns basic information relevant to both internal and external user. | https://api.airtable.com/v0/meta/enterpriseAccounts/{enterpriseAccountId}/users/{userId} | enterprise.user:read | Enterprise admin |
Supported From Version
Supported from Axonius version 4.8