kestra_service_account_api_token

kestra_service_account_api_token (Resource)

Manages a Kestra Service Account Api Token.

Schema

Required

  • description (String) The API token description.
  • max_age (String) The time the token remains valid since creation (ISO 8601 duration format).
  • name (String) The API token display name.
  • service_account_id (String) The ID of the Service Account owning the API Token.

Optional

  • extended (Boolean) Specify whether the expiry date is automatically moved forward by max age whenever the token is used. Defaults to false.

Read-Only

  • full_token (String, Sensitive) The full API token.
  • id (String) The ID of this resource.

Was this page helpful?