Class: Aws::BedrockAgentCoreControl::Types::LinkedinOauth2ProviderConfigOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::LinkedinOauth2ProviderConfigOutput
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
The configuration details returned for a LinkedIn OAuth2 provider, including the client ID and OAuth2 discovery information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_id ⇒ String
The client ID for the LinkedIn 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 LinkedIn OAuth2 provider.
3284 3285 3286 3287 3288 3289 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3284 class LinkedinOauth2ProviderConfigOutput < Struct.new( :oauth_discovery, :client_id) SENSITIVE = [] include Aws::Structure end |
#oauth_discovery ⇒ Types::Oauth2Discovery
Contains the discovery information for an OAuth2 provider.
3284 3285 3286 3287 3288 3289 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3284 class LinkedinOauth2ProviderConfigOutput < Struct.new( :oauth_discovery, :client_id) SENSITIVE = [] include Aws::Structure end |