AzureADPartnerClientAuthentication interface
Microsoft Entra ID Partner Client Authentication
- Extends
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. |
| client |
Polymorphic discriminator, which specifies the different types this object can be |
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
clientAuthenticationType
Polymorphic discriminator, which specifies the different types this object can be
clientAuthenticationType: "AzureAD"
Property Value
"AzureAD"