Brand Args
data class BrandArgs(val applicationTitle: Output<String>? = null, val project: Output<String>? = null, val supportEmail: Output<String>? = null) : ConvertibleToJava<BrandArgs>
{{% examples %}}
Example Usage
{{% /examples %}}
Import
Brand can be imported using any of these accepted formats
$ pulumi import gcp:iap/brand:Brand default projects/{{project_id}}/brands/{{brand_id}}
Content copied to clipboard
$ pulumi import gcp:iap/brand:Brand default projects/{{project_number}}/brands/{{brand_id}}
Content copied to clipboard
$ pulumi import gcp:iap/brand:Brand default {{project_number}}/{{brand_id}}
Content copied to clipboard
Constructors
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Support email displayed on the OAuth consent screen. Can be either a user or group email. When a user email is specified, the caller must be the user with the associated email address. When a group email is specified, the caller can be either a user or a service account which is an owner of the specified group in Cloud Identity.