Class Brand
OAuth brand data. NOTE: Only contains a portion of the data that describes a brand.
Implements
Inherited Members
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 |