AccessGroupExcludeAuthContextArgs

data class AccessGroupExcludeAuthContextArgs(val acId: Output<String>, val id: Output<String>, val identityProviderId: Output<String>) : ConvertibleToJava<AccessGroupExcludeAuthContextArgs>

Constructors

Link copied to clipboard
constructor(acId: Output<String>, id: Output<String>, identityProviderId: Output<String>)

Properties

Link copied to clipboard
val acId: Output<String>

The ACID of the Authentication Context.

Link copied to clipboard
val id: Output<String>

The ID of the Authentication Context.

Link copied to clipboard

The ID of the Azure identity provider.

Functions

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