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
Namespace
Google \ Cloud \ Iap \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSupportEmail
Support email displayed on the OAuth consent screen.
Returns | |
---|---|
Type | Description |
string |
setSupportEmail
Support email displayed on the OAuth consent screen.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getApplicationTitle
Application name displayed on OAuth consent screen.
Returns | |
---|---|
Type | Description |
string |
setApplicationTitle
Application name displayed on OAuth consent screen.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getOrgInternalOnly
Output only. Whether the brand is only intended for usage inside the G Suite organization only.
Returns | |
---|---|
Type | Description |
bool |
setOrgInternalOnly
Output only. Whether the brand is only intended for usage inside the G Suite organization only.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |