AzureADPartnerClientAuthenticationProperties interface
Properties of a Microsoft Entra ID Partner Client Authentication.
Properties
| azure |
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 |
The Microsoft Entra ID Tenant ID to get the access token that will be included as the bearer token in delivery requests. |
Property Details
azureActiveDirectoryApplicationIdOrUri
The Microsoft Entra ID Application ID or URI to get the access token that will be included as the bearer token in delivery requests.
azureActiveDirectoryApplicationIdOrUri?: string
Property Value
string
azureActiveDirectoryTenantId
The Microsoft Entra ID Tenant ID to get the access token that will be included as the bearer token in delivery requests.
azureActiveDirectoryTenantId?: string
Property Value
string