Class: Aws::BedrockAgentCoreControl::Types::IncludedOauth2ProviderConfigOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::IncludedOauth2ProviderConfigOutput
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
The configuration details returned for a supported OAuth2 provider, including client credentials and OAuth2 discovery information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_id ⇒ String
The client ID for the supported OAuth2 provider.
-
#oauth_discovery ⇒ Types::Oauth2Discovery
Contains the discovery information for an OAuth2 provider.
Instance Attribute Details
#client_id ⇒ String
The client ID for the supported OAuth2 provider.
3140 3141 3142 3143 3144 3145 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3140 class IncludedOauth2ProviderConfigOutput < Struct.new( :oauth_discovery, :client_id) SENSITIVE = [] include Aws::Structure end |
#oauth_discovery ⇒ Types::Oauth2Discovery
Contains the discovery information for an OAuth2 provider.
3140 3141 3142 3143 3144 3145 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3140 class IncludedOauth2ProviderConfigOutput < Struct.new( :oauth_discovery, :client_id) SENSITIVE = [] include Aws::Structure end |