你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureADPartnerClientAuthentication Class
Azure Active Directory Partner Client Authentication.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.eventgrid.models._models_py3.PartnerClientAuthenticationAzureADPartnerClientAuthentication
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 Azure Active Directory 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 Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests. |
Variables
Name | Description |
---|---|
client_authentication_type
|
Type of client authentication. "AzureAD" |
azure_active_directory_tenant_id
|
The Azure Active Directory 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 Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests. |