Class BrandState
Inherited Members
Namespace: Pulumi.Gcp.Iap
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BrandState : ResourceArgs
Constructors
View SourceBrandState()
Declaration
public BrandState()
Properties
View SourceApplicationTitle
Application name displayed on OAuth consent screen.
Declaration
public Input<string> ApplicationTitle { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Output only. Identifier of the brand, in the format 'projects/{project_number}/brands/{brand_id}'. NOTE: The brand identification corresponds to the project number as only one brand per project can be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OrgInternalOnly
Whether the brand is only intended for usage inside the GSuite organization only.
Declaration
public Input<bool> OrgInternalOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Project
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SupportEmail
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.
Declaration
public Input<string> SupportEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |