Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaIdpConfig

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

Overview

Identity Provider Config.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaIdpConfig

Returns a new instance of GoogleCloudDiscoveryengineV1betaIdpConfig.



26579
26580
26581
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 26579

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

Instance Attribute Details

#external_idp_configGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaIdpConfigExternalIdpConfig

Third party IDP Config. Corresponds to the JSON property externalIdpConfig



26572
26573
26574
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 26572

def external_idp_config
  @external_idp_config
end

#idp_typeString

Identity provider type configured. Corresponds to the JSON property idpType

Returns:

  • (String)


26577
26578
26579
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 26577

def idp_type
  @idp_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



26584
26585
26586
26587
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 26584

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