Class: Aws::BedrockAgentCoreControl::Types::CustomOauth2ProviderConfigOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::CustomOauth2ProviderConfigOutput
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Output configuration for a custom OAuth2 provider.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_id ⇒ String
The client ID for the custom OAuth2 provider.
-
#oauth_discovery ⇒ Types::Oauth2Discovery
The OAuth2 discovery information for the custom provider.
Instance Attribute Details
#client_id ⇒ String
The client ID for the custom OAuth2 provider.
1727 1728 1729 1730 1731 1732 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1727 class CustomOauth2ProviderConfigOutput < Struct.new( :oauth_discovery, :client_id) SENSITIVE = [] include Aws::Structure end |
#oauth_discovery ⇒ Types::Oauth2Discovery
The OAuth2 discovery information for the custom provider.
1727 1728 1729 1730 1731 1732 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1727 class CustomOauth2ProviderConfigOutput < Struct.new( :oauth_discovery, :client_id) SENSITIVE = [] include Aws::Structure end |