Create or replace data product authentication configuration

Creates or replaces the authentication configuration for a data product.
Defines how users will authenticate when connecting to this data product.
If the data product already exists, it is fully replaced (PUT semantics).

Business Rules:

  • For auth_type: "basic", config_name must be null
  • For auth_type: "oauth" or auth_type: "aws_iam", config_name is required
Path Params
string
required

Unique identifier of the data product

Body Params

Creates authentication configuration for a data product.

Business Rules:

  • For auth_type: "basic", config_name must be null
  • For auth_type: "oauth" or auth_type: "aws_iam", config_name is required

string
required
length ≥ 1

Version of the data product configuration

string
enum
required

Authentication method for this data product

Allowed:
integer

Optional datasource ID reference

integer

Optional connector ID reference

string | null

Configuration name (required for oauth/aws_iam, must be null for basic auth)

Responses

Language
Credentials
URL
LoadingLoading…
Response
Choose an example:
application/json