v5

latestOpenAPI 3.1.02026-08-081,0211,3082.1 MB
DATABRICKS
Databricks
Databricks Users

Upsert service-principal classification config

Save the prefix/regex patterns used to classify Databricks service principals.

Replaces any existing config. Invalid regexes are rejected at validation time.

put/api/v1/databricks/users/service-principal-config

Headers

x-tenantstring required

Request body

prefixesstring[]

Identifier prefixes (e.g. 'svc', 'sa_') that mark a service principal.

regexesstring[]

Regexes (RE2-compatible) that mark a service principal. The same pattern runs in Python re and ClickHouse match(), so RE2-only-incompatible syntax (lookaround, backreferences, possessive quantifiers) is rejected. Should be self-anchored if exact match is desired.

Response

Successful Response

prefixesstring[]

Identifier prefixes (e.g. 'svc', 'sa_') that mark a service principal.

regexesstring[]

Regexes (RE2-compatible) that mark a service principal. The same pattern runs in Python re and ClickHouse match(), so RE2-only-incompatible syntax (lookaround, backreferences, possessive quantifiers) is rejected. Should be self-anchored if exact match is desired.