kestra_user_api_tokens
kestra_user_api_tokens (Data Source)
Use this data source to access information about the API tokens of a Kestra User.
This resource is only available on the Enterprise Edition
Schema
Required
user_id
(String) The ID of the user owning the API Tokens.
Read-Only
api_tokens
(Set of Object) The API tokens of the user. (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?