IdentityProviderInputArgs

data class IdentityProviderInputArgs(val aadAuthority: Output<String>, val applicationId: Output<String>, val audience: Output<String>, val objectId: Output<String>, val tenantId: Output<String>) : ConvertibleToJava<IdentityProviderInputArgs>

Identity provider input.

Constructors

Link copied to clipboard
constructor(aadAuthority: Output<String>, applicationId: Output<String>, audience: Output<String>, objectId: Output<String>, tenantId: Output<String>)

Properties

Link copied to clipboard
val aadAuthority: Output<String>

The base authority for Azure Active Directory authentication.

Link copied to clipboard
val applicationId: Output<String>

The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.

Link copied to clipboard
val audience: Output<String>

The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services.

Link copied to clipboard
val objectId: Output<String>

The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.

Link copied to clipboard
val tenantId: Output<String>

The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.

Functions

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