public sealed class Brand : IMessage<Brand>, IEquatable<Brand>, IDeepCloneable<Brand>, IBufferMessage, IMessage
OAuth brand data. NOTE: Only contains a portion of the data that describes a brand.
Implements
IMessage < Brand >, IEquatable < Brand >, IDeepCloneable < Brand >, IBufferMessage , IMessageNamespace
Google.Cloud.Iap.V1Assembly
Google.Cloud.Iap.V1.dll
Constructors
Brand()
public Brand()
Brand(Brand)
public Brand(Brand other)
Properties
ApplicationTitle
public string ApplicationTitle { get; set; }
Application name displayed on OAuth consent screen.
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.
OrgInternalOnly
public bool OrgInternalOnly { get; set; }
Output only. Whether the brand is only intended for usage inside the G Suite organization only.
SupportEmail
public string SupportEmail { get; set; }
Support email displayed on the OAuth consent screen.

