Class: Aws::BedrockAgentCoreControl::Types::GoogleOauth2ProviderConfigOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

Output configuration for a Google OAuth2 provider.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#oauth_discoveryTypes::Oauth2Discovery

The OAuth2 discovery information for the Google provider.



2760
2761
2762
2763
2764
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2760

class GoogleOauth2ProviderConfigOutput < Struct.new(
  :oauth_discovery)
  SENSITIVE = []
  include Aws::Structure
end