Azure ADPartner Client Authentication Args
data class AzureADPartnerClientAuthenticationArgs(val azureActiveDirectoryApplicationIdOrUri: Output<String>? = null, val azureActiveDirectoryTenantId: Output<String>? = null, val clientAuthenticationType: Output<String>) : ConvertibleToJava<AzureADPartnerClientAuthenticationArgs>
Azure Active Directory Partner Client Authentication
Properties
Link copied to clipboard
The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests.
Link copied to clipboard
The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests.
Link copied to clipboard
Type of client authentication Expected value is 'AzureAD'.