Skip to main content

OAuthClient: create and manage OAuth 2.0 clients

Connect docs via MCP

Use OAuthClient in the Atlan Python SDK to programmatically create and manage OAuth 2.0 clients.

OAuth clients provide an OAuth 2.0-based way to authenticate programmatic access to Atlan.

Create OAuth client

To create a new OAuth client, provide a name and role. Optionally, associate it with personas using their qualified names:

Under construction

This feature isn't yet available in the Java SDK.

Retrieve OAuth clients

You can retrieve OAuth clients with pagination support and iterate through them:

Under construction

This feature isn't yet available in the Java SDK.

Retrieve OAuth client by ID

You can retrieve an OAuth client by its unique client ID:

Under construction

This feature isn't yet available in the Java SDK.

Update OAuth client

You can update an OAuth client's description:

Under construction

This feature isn't yet available in the Java SDK.

Delete OAuth client

To permanently delete an OAuth client, use the purge() method:

Under construction

This feature isn't yet available in the Java SDK.

Was this page helpful?