AccessApplicationPolicyIncludeGsuiteArgs

data class AccessApplicationPolicyIncludeGsuiteArgs(val email: Output<String>, val identityProviderId: Output<String>) : ConvertibleToJava<AccessApplicationPolicyIncludeGsuiteArgs>

Constructors

Link copied to clipboard
constructor(email: Output<String>, identityProviderId: Output<String>)

Properties

Link copied to clipboard
val email: Output<String>

The email of the Google Workspace group.

Link copied to clipboard

The ID of your Google Workspace identity provider.

Functions

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