Reference documentation and code samples for the Identity-Aware Proxy V1 API class Google::Cloud::Iap::V1::Brand.
OAuth brand data. NOTE: Only contains a portion of the data that describes a brand.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#application_title
def application_title() -> ::String
Returns
- (::String) — Application name displayed on OAuth consent screen.
#application_title=
def application_title=(value) -> ::String
Parameter
- value (::String) — Application name displayed on OAuth consent screen.
Returns
- (::String) — Application name displayed on OAuth consent screen.
#name
def name() -> ::String
Returns
- (::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.
#org_internal_only
def org_internal_only() -> ::Boolean
Returns
- (::Boolean) — Output only. Whether the brand is only intended for usage inside the G Suite organization only.
#support_email
def support_email() -> ::String
Returns
- (::String) — Support email displayed on the OAuth consent screen.
#support_email=
def support_email=(value) -> ::String
Parameter
- value (::String) — Support email displayed on the OAuth consent screen.
Returns
- (::String) — Support email displayed on the OAuth consent screen.