Show / Hide Table of Contents

Class BrandState

Inheritance
System.Object
InputArgs
ResourceArgs
BrandState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Iap
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BrandState : ResourceArgs

Constructors

View Source

BrandState()

Declaration
public BrandState()

Properties

View Source

ApplicationTitle

Application name displayed on OAuth consent screen.

Declaration
public Input<string> ApplicationTitle { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.