Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaIdpConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb

Overview

Identity Provider Config.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaIdpConfig

Returns a new instance of GoogleCloudDiscoveryengineV1alphaIdpConfig.



11100
11101
11102
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 11100

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#external_idp_configGoogle::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaIdpConfigExternalIdpConfig

Third party IDP Config. Corresponds to the JSON property externalIdpConfig



11093
11094
11095
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 11093

def external_idp_config
  @external_idp_config
end

#idp_typeString

Identity provider type configured. Corresponds to the JSON property idpType

Returns:

  • (String)


11098
11099
11100
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 11098

def idp_type
  @idp_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11105
11106
11107
11108
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 11105

def update!(**args)
  @external_idp_config = args[:external_idp_config] if args.key?(:external_idp_config)
  @idp_type = args[:idp_type] if args.key?(:idp_type)
end