GetBrandResult

data class GetBrandResult(val applicationTitle: String, val name: String, val orgInternalOnly: Boolean, val supportEmail: String)

Constructors

Link copied to clipboard
fun GetBrandResult(applicationTitle: String, name: String, orgInternalOnly: Boolean, supportEmail: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Application name displayed on OAuth consent screen.

Link copied to clipboard

Identifier of the brand. NOTE: GCP project number achieves the same brand identification purpose as only one brand per project can be created.

Link copied to clipboard

Whether the brand is only intended for usage inside the G Suite organization only.

Link copied to clipboard

Support email displayed on the OAuth consent screen.