You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Schema for a STACKIT service account access token resource.
6
+
Service account access token schema.
7
7
~> This resource is in beta and may be subject to breaking changes in the future. Use with caution. See our guide https://registry.terraform.io/providers/stackitcloud/stackit/latest/docs/guides/opting_into_beta_resources for how to opt-in to use beta resources.
Schema for a STACKIT service account access token resource.
33
+
Service account access token schema.
34
34
35
35
~> This resource is in beta and may be subject to breaking changes in the future. Use with caution. See our [guide](https://registry.terraform.io/providers/stackitcloud/stackit/latest/docs/guides/opting_into_beta_resources) for how to opt-in to use beta resources.
36
36
## Example Usage
@@ -39,16 +39,16 @@ Schema for a STACKIT service account access token resource.
-`access_token_id` (String) Identifier for the access token linked to the service account.
80
80
-`active` (Boolean) Indicate whether the token is currently active or inactive
81
81
-`created_at` (String) Timestamp indicating when the access token was created.
82
-
-`id` (String) Unique internal resource ID for Terraform, formatted as "`project_id`,`access_token_id`".
82
+
-`id` (String) Terraform's internal resource identifier. It is structured as "`project_id`,`access_token_id`".
83
83
-`token` (String, Sensitive) JWT access token for API authentication. Prefixed by 'Bearer' and should be stored securely as it is irretrievable once lost.
84
84
-`valid_until` (String) Estimated expiration timestamp of the access token. For precise validity, check the JWT details.
Copy file name to clipboardExpand all lines: stackit/internal/services/serviceaccount/token/const.go
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,21 @@
1
1
package token
2
2
3
3
constmarkdownDescription=`
4
-
Schema for a STACKIT service account access token resource.`+"\n"+`
5
-
~> This resource is in beta and may be subject to breaking changes in the future. Use with caution. See our [guide](https://registry.terraform.io/providers/stackitcloud/stackit/latest/docs/guides/opting_into_beta_resources) for how to opt-in to use beta resources.
0 commit comments