GSuitePrincipalResponse

data class GSuitePrincipalResponse(val gsuiteDomain: Boolean, val gsuiteGroupEmail: String, val gsuiteUserEmail: String)

Constructors

Link copied to clipboard
fun GSuitePrincipalResponse(gsuiteDomain: Boolean, gsuiteGroupEmail: String, gsuiteUserEmail: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This principal represents all users of the Google Workspace domain of the customer.

Link copied to clipboard

This principal references a Google Workspace group name.

Link copied to clipboard

This principal references a Google Workspace user account.