Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaIdpConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1/classes.rb,
lib/google/apis/discoveryengine_v1/representations.rb,
lib/google/apis/discoveryengine_v1/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.



11126
11127
11128
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 11126

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

Instance Attribute Details

#external_idp_configGoogle::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaIdpConfigExternalIdpConfig

Third party IDP Config. Corresponds to the JSON property externalIdpConfig



11119
11120
11121
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 11119

def external_idp_config
  @external_idp_config
end

#idp_typeString

Identity provider type configured. Corresponds to the JSON property idpType

Returns:

  • (String)


11124
11125
11126
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 11124

def idp_type
  @idp_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11131
11132
11133
11134
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 11131

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