AzureADPartnerClientAuthentication Class
Microsoft Entra ID Partner Client Authentication.
All required parameters must be populated in order to send to server.
Constructor
AzureADPartnerClientAuthentication(*, azure_active_directory_tenant_id: str | None = None, azure_active_directory_application_id_or_uri: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
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. Default value: None
|
|
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. Default value: None
|
Variables
| Name | Description |
|---|---|
|
client_authentication_type
|
Type of client authentication. "AzureAD" |
|
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_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. |