public sealed class Brand : IMessage<Brand>, IEquatable<Brand>, IDeepCloneable<Brand>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class Brand.
OAuth brand data. NOTE: Only contains a portion of the data that describes a brand.
Namespace
Google.Cloud.Iap.V1Assembly
Google.Cloud.Iap.V1.dll
Constructors
Brand()
public Brand()
Brand(Brand)
public Brand(Brand other)
Parameter | |
---|---|
Name | Description |
other |
Brand |
Properties
ApplicationTitle
public string ApplicationTitle { get; set; }
Application name displayed on OAuth consent screen.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
OrgInternalOnly
public bool OrgInternalOnly { get; set; }
Output only. Whether the brand is only intended for usage inside the G Suite organization only.
Property Value | |
---|---|
Type | Description |
bool |
SupportEmail
public string SupportEmail { get; set; }
Support email displayed on the OAuth consent screen.
Property Value | |
---|---|
Type | Description |
string |