AzureADPartnerClientAuthenticationArgs

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

Constructors

Link copied to clipboard
constructor(azureActiveDirectoryApplicationIdOrUri: Output<String>? = null, azureActiveDirectoryTenantId: Output<String>? = null, clientAuthenticationType: Output<String>)

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'.

Functions

Link copied to clipboard
open override fun toJava(): AzureADPartnerClientAuthenticationArgs