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
-`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) Unique internal resource ID for Terraform, formatted 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.
ok:=errors.As(err, &oapiErr) //nolint:errorlint //complaining that error.As should be used to catch wrapped errors, but this error should not be wrapped
272
+
// due to security purposes, attempting to list access tokens for a non-existent Service Account will return 403.
0 commit comments