kestra_service_account_api_tokens

kestra_service_account_api_tokens (Data Source)

Use this data source to access information about the API tokens of a Kestra Service Account.

Schema

Required

  • service_account_id (String) The ID of the Service Account owning the API Tokens.

Read-Only

  • api_tokens (Set of Object) The API tokens of the Service Account. (see below for nested schema)
  • id (String) The ID of this resource.

Nested Schema for api_tokens

Read-Only:

  • description (String)
  • exp (String)
  • expired (Boolean)
  • extended (Boolean)
  • iat (String)
  • last_used (String)
  • name (String)
  • token_id (String)
  • token_prefix (String)

Was this page helpful?