WickrAdminAPI / Client / get_opentdf_config
get_opentdf_config¶
- WickrAdminAPI.Client.get_opentdf_config(**kwargs)¶
Retrieves the OpenTDF integration configuration for a Wickr network.
See also: AWS API Documentation
Request Syntax
response = client.get_opentdf_config( networkId='string' )
- Parameters:
networkId (string) –
[REQUIRED]
The ID of the Wickr network for which OpenTDF integration will be retrieved.
- Return type:
dict
- Returns:
Response Syntax
{ 'clientId': 'string', 'domain': 'string', 'clientSecret': 'string', 'provider': 'string' }
Response Structure
(dict) –
clientId (string) –
The OIDC client ID used for authenticating with the OpenTDF provider.
domain (string) –
The domain of the OpenTDF server.
clientSecret (string) –
The OIDC client secret used for authenticating with the OpenTDF provider.
provider (string) –
The provider of the OpenTDF platform.
Exceptions
WickrAdminAPI.Client.exceptions.ValidationErrorWickrAdminAPI.Client.exceptions.BadRequestErrorWickrAdminAPI.Client.exceptions.ResourceNotFoundErrorWickrAdminAPI.Client.exceptions.ForbiddenErrorWickrAdminAPI.Client.exceptions.UnauthorizedErrorWickrAdminAPI.Client.exceptions.InternalServerErrorWickrAdminAPI.Client.exceptions.RateLimitError