ConnectionAzureArgs

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>

Constructors

Link copied to clipboard
constructor(application: Output<String>? = null, clientId: Output<String>? = null, customerTenantId: Output<String>, federatedApplicationClientId: Output<String>? = null, identity: Output<String>? = null, objectId: Output<String>? = null, redirectUri: Output<String>? = null)

Properties

Link copied to clipboard
val application: Output<String>? = null

(Output) The name of the Azure Active Directory Application.

Link copied to clipboard
val clientId: Output<String>? = null

(Output) The client id 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
val identity: Output<String>? = null

(Output) A unique Google-owned and Google-generated identity for the Connection. This identity will be used to access the user's Azure Active Directory Application.

Link copied to clipboard
val objectId: Output<String>? = null

(Output) The object id of the Azure Active Directory Application.

Link copied to clipboard
val redirectUri: Output<String>? = null

(Output) The URL user will be redirected to after granting consent during connection setup.

Functions

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