BrandArgs

data class BrandArgs(val applicationTitle: Output<String>? = null, val project: Output<String>? = null, val supportEmail: Output<String>? = null) : ConvertibleToJava<BrandArgs>

Constructs a new OAuth brand for the project if one does not exist. The created brand is "internal only", meaning that OAuth clients created under it only accept requests from users who belong to the same Google Workspace organization as the project. The brand is created in an un-reviewed status. NOTE: The "internal only" status can be manually changed in the Google Cloud Console. Requires that a brand does not already exist for the project, and that the specified support email is owned by the caller. Auto-naming is currently not supported for this resource. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

Constructors

Link copied to clipboard
constructor(applicationTitle: Output<String>? = null, project: Output<String>? = null, supportEmail: Output<String>? = null)

Properties

Link copied to clipboard
val applicationTitle: Output<String>? = null

Application name displayed on OAuth consent screen.

Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard
val supportEmail: Output<String>? = null

Support email displayed on the OAuth consent screen.

Functions

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