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.ValidationError

  • WickrAdminAPI.Client.exceptions.BadRequestError

  • WickrAdminAPI.Client.exceptions.ResourceNotFoundError

  • WickrAdminAPI.Client.exceptions.ForbiddenError

  • WickrAdminAPI.Client.exceptions.UnauthorizedError

  • WickrAdminAPI.Client.exceptions.InternalServerError

  • WickrAdminAPI.Client.exceptions.RateLimitError