Class: Google::Cloud::DiscoveryEngine::V1beta::DataStore::FederatedSearchConfig::ThirdPartyOauthConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/data_store.rb

Overview

Stores information for third party applicationOAuth.

Instance Attribute Summary collapse

Instance Attribute Details

#app_name::String

Returns Optional. The type of the application. E.g., "jira", "box", etc.

Returns:

  • (::String)

    Optional. The type of the application. E.g., "jira", "box", etc.



303
304
305
306
# File 'proto_docs/google/cloud/discoveryengine/v1beta/data_store.rb', line 303

class ThirdPartyOauthConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#instance_name::String

Returns Optional. The instance name identifying the 3P app, e.g., "vaissptbots-my". This is different from the instance_uri which is the full URL of the 3P app e.g., "https://vaissptbots-my.sharepoint.com".

Returns:

  • (::String)

    Optional. The instance name identifying the 3P app, e.g., "vaissptbots-my". This is different from the instance_uri which is the full URL of the 3P app e.g., "https://vaissptbots-my.sharepoint.com".



303
304
305
306
# File 'proto_docs/google/cloud/discoveryengine/v1beta/data_store.rb', line 303

class ThirdPartyOauthConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end