AccessGroupExcludeGsuiteArgs

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

Constructors

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

Properties

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

Functions

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