AzureADPartnerClientAuthentication interface

Azure Active Directory Partner Client Authentication

Extends

Properties

azureActiveDirectoryApplicationIdOrUri

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

azureActiveDirectoryTenantId

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

clientAuthenticationType

Polymorphic discriminator, which specifies the different types this object can be

Property Details

azureActiveDirectoryApplicationIdOrUri

The Azure Active Directory 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 Azure Active Directory 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"