AccessGroupIncludeGsuiteArgs

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

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(): AccessGroupIncludeGsuiteArgs