Class: Google::Cloud::Iap::V1::Brand
- Inherits:
-
Object
- Object
- Google::Cloud::Iap::V1::Brand
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iap/v1/service.rb
Overview
OAuth brand data. NOTE: Only contains a portion of the data that describes a brand.
Instance Attribute Summary collapse
-
#application_title ⇒ ::String
Application name displayed on OAuth consent screen.
-
#name ⇒ ::String
readonly
Output only.
-
#org_internal_only ⇒ ::Boolean
readonly
Output only.
-
#support_email ⇒ ::String
Support email displayed on the OAuth consent screen.
Instance Attribute Details
#application_title ⇒ ::String
Returns Application name displayed on OAuth consent screen.
572 573 574 575 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 572 class Brand include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns 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.
572 573 574 575 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 572 class Brand include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#org_internal_only ⇒ ::Boolean (readonly)
Returns Output only. Whether the brand is only intended for usage inside the G Suite organization only.
572 573 574 575 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 572 class Brand include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |