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.PartnerClientAuthentication
AzureADPartnerClientAuthentication

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
str

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
str

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
str

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
str

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