AzureADPartnerClientAuthenticationProperties Class

Properties of a Microsoft Entra ID Partner Client Authentication.

Constructor

AzureADPartnerClientAuthenticationProperties(*args: Any, **kwargs: Any)

Variables

Name Description
azure_active_directory_tenant_id
str

The Microsoft Entra ID Tenant ID to get the access token that will be included as the bearer token in delivery requests.

azure_active_directory_application_id_or_uri
str

The Microsoft Entra ID Application ID or URI to get the access token that will be included as the bearer token in delivery requests.

Attributes

azure_active_directory_application_id_or_uri

The Microsoft Entra ID Application ID or URI to get the access token that will be included as the bearer token in delivery requests.

azure_active_directory_application_id_or_uri: str | None

azure_active_directory_tenant_id

The Microsoft Entra ID Tenant ID to get the access token that will be included as the bearer token in delivery requests.

azure_active_directory_tenant_id: str | None