Connection Azure Args
data class ConnectionAzureArgs(val application: Output<String>? = null, val clientId: Output<String>? = null, val customerTenantId: Output<String>, val federatedApplicationClientId: Output<String>? = null, val identity: Output<String>? = null, val objectId: Output<String>? = null, val redirectUri: Output<String>? = null) : ConvertibleToJava<ConnectionAzureArgs>
Properties
Link copied to clipboard
(Output) The name of the Azure Active Directory Application.
Link copied to clipboard
The id of customer's directory that host the data.
Link copied to clipboard
The Azure Application (client) ID where the federated credentials will be hosted.
Link copied to clipboard
(Output) The URL user will be redirected to after granting consent during connection setup.