File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -32,17 +32,17 @@ data "elasticstack_fleet_enrollment_tokens" "test" {
32
32
### Read-Only
33
33
34
34
- ` 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 ) )
36
36
37
37
<a id =" nestedatt--tokens " ></a >
38
38
### Nested Schema for ` tokens `
39
39
40
40
Read-Only:
41
41
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.
You can’t perform that action at this time.
0 commit comments