Cloud Identity-Aware Proxy v1 API - Class Brand (2.5.0)

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.

Inheritance

object > Brand

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

Brand()

public Brand()

Brand(Brand)

public Brand(Brand other)
Parameter
NameDescription
otherBrand

Properties

ApplicationTitle

public string ApplicationTitle { get; set; }

Application name displayed on OAuth consent screen.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
bool

SupportEmail

public string SupportEmail { get; set; }

Support email displayed on the OAuth consent screen.

Property Value
TypeDescription
string