-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a16624
commit 2fb801a
Showing
7 changed files
with
218 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "axiom_token Data Source - terraform-provider-axiom" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# axiom_token (Data Source) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `id` (String) The unique identifier of the token to be used when interacting with the token | ||
|
||
### Read-Only | ||
|
||
- `dataset_capabilities` (Attributes Map) The capabilities available to the token for each dataset (see [below for nested schema](#nestedatt--dataset_capabilities)) | ||
- `description` (String) The description of the token | ||
- `expires_at` (String) The time when the token expires. If not set, the token will not expire. Must be in RFC3339 format | ||
- `name` (String) The name of the token | ||
- `org_capabilities` (Attributes) The organisation capabilities available to the token (see [below for nested schema](#nestedatt--org_capabilities)) | ||
- `token` (String) The token value to be used in API calls | ||
|
||
<a id="nestedatt--dataset_capabilities"></a> | ||
### Nested Schema for `dataset_capabilities` | ||
|
||
Read-Only: | ||
|
||
- `data` (List of String) Ability to manage the data in a dataset | ||
- `ingest` (List of String) Ability to ingest into the specified dataset | ||
- `query` (List of String) Ability to query the specified dataset | ||
- `starred_queries` (List of String) Ability to perform actions on starred queries for the specified dataset | ||
- `trim` (List of String) Ability to trim the data in a dataset | ||
- `vacuum` (List of String) Ability to vacuum the fields in a dataset | ||
- `virtual_fields` (List of String) Ability to perform actions on virtual fields for the provided dataset | ||
|
||
|
||
<a id="nestedatt--org_capabilities"></a> | ||
### Nested Schema for `org_capabilities` | ||
|
||
Read-Only: | ||
|
||
- `annotations` (List of String) Ability to perform actions on annotations | ||
- `api_tokens` (List of String) Ability to manage api tokens | ||
- `audit_log` (List of String) Ability to read the audit log | ||
- `billing` (List of String) Ability to manage billing information | ||
- `dashboards` (List of String) Ability to manage dashboards | ||
- `datasets` (List of String) Ability to manage datasets | ||
- `endpoints` (List of String) Ability to manage endpoints | ||
- `flows` (List of String) Ability to manage flows | ||
- `integrations` (List of String) Ability to manage integrations | ||
- `monitors` (List of String) Ability to manage monitors | ||
- `notifiers` (List of String) Ability to manage notifiers | ||
- `rbac` (List of String) Ability to manage roles and groups | ||
- `shared_access_keys` (List of String) Ability to manage shared access keys | ||
- `users` (List of String) Ability to manage users |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "axiom_token Resource - terraform-provider-axiom" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# axiom_token (Resource) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) The name of the token | ||
|
||
### Optional | ||
|
||
- `dataset_capabilities` (Attributes Map) The capabilities available to the token for each dataset (see [below for nested schema](#nestedatt--dataset_capabilities)) | ||
- `description` (String) The description of the token | ||
- `expires_at` (String) The time when the token expires. If not set, the token will not expire. Must be in RFC3339 format | ||
- `org_capabilities` (Attributes) The organisation capabilities available to the token (see [below for nested schema](#nestedatt--org_capabilities)) | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The unique identifier of the token to be used when interacting with the token | ||
- `token` (String, Sensitive) The token value to be used in API calls | ||
|
||
<a id="nestedatt--dataset_capabilities"></a> | ||
### Nested Schema for `dataset_capabilities` | ||
|
||
Optional: | ||
|
||
- `data` (List of String) Ability to manage the data in a dataset | ||
- `ingest` (List of String) Ability to ingest into the specified dataset | ||
- `query` (List of String) Ability to query the specified dataset | ||
- `starred_queries` (List of String) Ability to perform actions on starred queries for the specified dataset | ||
- `trim` (List of String) Ability to trim the data in a dataset | ||
- `vacuum` (List of String) Ability to vacuum the fields in a dataset | ||
- `virtual_fields` (List of String) Ability to perform actions on virtual fields for the provided dataset | ||
|
||
|
||
<a id="nestedatt--org_capabilities"></a> | ||
### Nested Schema for `org_capabilities` | ||
|
||
Optional: | ||
|
||
- `annotations` (List of String) Ability to perform actions on annotations | ||
- `api_tokens` (List of String) Ability to manage api tokens | ||
- `audit_log` (List of String) Ability to read the audit log | ||
- `billing` (List of String) Ability to manage billing information | ||
- `dashboards` (List of String) Ability to manage dashboards | ||
- `datasets` (List of String) Ability to manage datasets | ||
- `endpoints` (List of String) Ability to manage endpoints | ||
- `flows` (List of String) Ability to manage flows | ||
- `integrations` (List of String) Ability to manage integrations | ||
- `monitors` (List of String) Ability to manage monitors | ||
- `notifiers` (List of String) Ability to manage notifiers | ||
- `rbac` (List of String) Ability to manage roles and groups | ||
- `shared_access_keys` (List of String) Ability to manage shared access keys | ||
- `users` (List of String) Ability to manage users |