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.
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.
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
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.
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
string
$this
getSupportEmail
Support email displayed on the OAuth consent screen.
Generated from protobuf field string support_email = 2;
string
setSupportEmail
Support email displayed on the OAuth consent screen.
Generated from protobuf field string support_email = 2;
var
string
$this
getApplicationTitle
Application name displayed on OAuth consent screen.
Generated from protobuf field string application_title = 3;
string
setApplicationTitle
Application name displayed on OAuth consent screen.
Generated from protobuf field string application_title = 3;
var
string
$this
getOrgInternalOnly
Output only. Whether the brand is only intended for usage inside the G Suite organization only.
Generated from protobuf field bool org_internal_only = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
bool
setOrgInternalOnly
Output only. Whether the brand is only intended for usage inside the G Suite organization only.
Generated from protobuf field bool org_internal_only = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
bool
$this