AccessGroupIncludeOktaArgs

data class AccessGroupIncludeOktaArgs(val identityProviderId: Output<String>? = null, val names: Output<List<String>>? = null) : ConvertibleToJava<AccessGroupIncludeOktaArgs>

Constructors

Link copied to clipboard
fun AccessGroupIncludeOktaArgs(identityProviderId: Output<String>? = null, names: Output<List<String>>? = null)

Functions

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

Properties

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

The ID of the Azure Identity provider.

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