Class: Google::Cloud::Iap::V1::Brand

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#application_title::String

Returns Application name displayed on OAuth consent screen.

Returns:

  • (::String)

    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.

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.



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.

Returns:

  • (::Boolean)

    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

#support_email::String

Returns Support email displayed on the OAuth consent screen.

Returns:

  • (::String)

    Support email displayed on the 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