Show / Hide Table of Contents

Class Brand

OAuth brand data. NOTE: Only contains a portion of the data that describes a brand.

Inheritance
object
Brand
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudIAP.v1.Data
Assembly: Google.Apis.CloudIAP.v1.dll
Syntax
public class Brand : IDirectResponseSchema

Properties

ApplicationTitle

Application name displayed on OAuth consent screen.

Declaration
[JsonProperty("applicationTitle")]
public virtual string ApplicationTitle { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

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

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

OrgInternalOnly

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

Declaration
[JsonProperty("orgInternalOnly")]
public virtual bool? OrgInternalOnly { get; set; }
Property Value
Type Description
bool?

SupportEmail

Support email displayed on the OAuth consent screen.

Declaration
[JsonProperty("supportEmail")]
public virtual string SupportEmail { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX