Skip to content

Commit acfdb03

Browse files
committed
make docs-generate
1 parent 345042a commit acfdb03

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/data-sources/fleet_enrollment_tokens.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ data "elasticstack_fleet_enrollment_tokens" "test" {
3232
### Read-Only
3333

3434
- `id` (String) The ID of this resource.
35-
- `tokens` (List of Object) A list of enrollment tokens. (see [below for nested schema](#nestedatt--tokens))
35+
- `tokens` (Attributes List) A list of enrollment tokens. (see [below for nested schema](#nestedatt--tokens))
3636

3737
<a id="nestedatt--tokens"></a>
3838
### Nested Schema for `tokens`
3939

4040
Read-Only:
4141

42-
- `active` (Boolean)
43-
- `api_key` (String)
44-
- `api_key_id` (String)
45-
- `created_at` (String)
46-
- `key_id` (String)
47-
- `name` (String)
48-
- `policy_id` (String)
42+
- `active` (Boolean) Indicates if the enrollment token is active.
43+
- `api_key` (String, Sensitive) The API key.
44+
- `api_key_id` (String) The API key identifier.
45+
- `created_at` (String) The time at which the enrollment token was created.
46+
- `key_id` (String) The unique identifier of the enrollment token.
47+
- `name` (String) The name of the enrollment token.
48+
- `policy_id` (String) The identifier of the associated agent policy.

0 commit comments

Comments
 (0)