class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaIdpConfigExternalIdpConfig

Third party IDP Config.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @workforce_pool_name = args[:workforce_pool_name] if args.key?(:workforce_pool_name)
end