Skip to main content

shared_tokens

Creates, updates, deletes, gets or lists a shared_tokens resource.

Overview

Nameshared_tokens
TypeResource
Idconfluent.stream_sharing.shared_tokens

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
resources_cdx_v1_shared_tokenexectokenValidate and decrypt the shared token and view token's shared resources
redeem_cdx_v1_shared_tokenexectokenRedeem the shared token for shared topic and cluster access information

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

Lifecycle Methods

Validate and decrypt the shared token and view token's shared resources

EXEC confluent.stream_sharing.shared_tokens.resources_cdx_v1_shared_token
@@json=
'{
"token": "{{ token }}"
}'
;