AccessGroupIncludeOktaArgs

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

Constructors

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

Properties

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

Functions

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