Google Cloud Iap V1 Client - Class Brand (1.2.3)

Reference documentation and code samples for the Google Cloud Iap V1 Client class Brand.

OAuth brand data.

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

Generated from protobuf message google.cloud.iap.v1.Brand

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

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.

↳ support_email string

Support email displayed on the OAuth consent screen.

↳ application_title string

Application name displayed on OAuth consent screen.

↳ org_internal_only bool

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

getName

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.

Returns
TypeDescription
string

setName

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSupportEmail

Support email displayed on the OAuth consent screen.

Returns
TypeDescription
string

setSupportEmail

Support email displayed on the OAuth consent screen.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getApplicationTitle

Application name displayed on OAuth consent screen.

Returns
TypeDescription
string

setApplicationTitle

Application name displayed on OAuth consent screen.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOrgInternalOnly

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

Returns
TypeDescription
bool

setOrgInternalOnly

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this