Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1IdpConfig

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) ⇒ GoogleCloudDiscoveryengineV1IdpConfig

Returns a new instance of GoogleCloudDiscoveryengineV1IdpConfig.



4596
4597
4598
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 4596

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

Instance Attribute Details

#external_idp_configGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1IdpConfigExternalIdpConfig

Third party IDP Config. Corresponds to the JSON property externalIdpConfig



4589
4590
4591
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 4589

def external_idp_config
  @external_idp_config
end

#idp_typeString

Identity provider type configured. Corresponds to the JSON property idpType

Returns:

  • (String)


4594
4595
4596
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 4594

def idp_type
  @idp_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4601
4602
4603
4604
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 4601

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