Ctrl+K

PyApacheAtlas 0.16.0 documentation

Site Navigation

  • Core
  • Template Readers
  • Authentication

Site Navigation

  • Core
  • Template Readers
  • Authentication

Section Navigation

Contents:

  • Azure Credential Authentication
    • pyapacheatlas.auth.azcredential.AzCredentialWrapper
    • pyapacheatlas.auth.azcredential.AzCredentialWrapper.get_authentication_headers
    • pyapacheatlas.auth.azcredential.AzCredentialWrapper.get_graph_authentication_headers
  • Service Principal Authentication
    • pyapacheatlas.auth.serviceprincipal.ServicePrincipalAuthentication
    • pyapacheatlas.auth.serviceprincipal.ServicePrincipalAuthentication.get_authentication_headers
    • pyapacheatlas.auth.serviceprincipal.ServicePrincipalAuthentication.get_graph_authentication_headers
  • Basic Authentication
    • pyapacheatlas.auth.basic.BasicAuthentication
    • pyapacheatlas.auth.basic.BasicAuthentication.get_authentication_headers
  • Base Authentication
    • pyapacheatlas.auth.base.AtlasAuthBase
    • pyapacheatlas.auth.base.AtlasAuthBase.get_authentication_headers

Azure Credential Authentication#

AzCredentialWrapper(credential)

Thin wrapper around azure.core.credentials.TokenCredential

You can use an Azure Credential (ChainedTokenCredential) to authenticate to your Microsoft Purview instance.

AzCredentialWrapper.get_authentication_headers()

Gets the current access token or refreshes the token if it has expired.

AzCredentialWrapper.get_graph_authentication_headers()

Gets the current graph access token or refreshes the token if it has expired.

previous

Authentication

next

pyapacheatlas.auth.azcredential.AzCredentialWrapper

Show Source

© Copyright 2024, Will Johnson.

Created using Sphinx 4.1.2.