Access Group Exclude Okta Args
data class AccessGroupExcludeOktaArgs(val identityProviderId: Output<String>? = null, val names: Output<List<String>>? = null) : ConvertibleToJava<AccessGroupExcludeOktaArgs>
Constructors
Link copied to clipboard
fun AccessGroupExcludeOktaArgs(identityProviderId: Output<String>? = null, names: Output<List<String>>? = null)