Class: Aws::BedrockAgentCoreControl::Types::AtlassianOauth2ProviderConfigOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::AtlassianOauth2ProviderConfigOutput
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
The configuration details returned for an Atlassian 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 Atlassian 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 Atlassian OAuth2 provider.
289 290 291 292 293 294 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 289 class AtlassianOauth2ProviderConfigOutput < Struct.new( :oauth_discovery, :client_id) SENSITIVE = [] include Aws::Structure end |
#oauth_discovery ⇒ Types::Oauth2Discovery
Contains the discovery information for an OAuth2 provider.
289 290 291 292 293 294 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 289 class AtlassianOauth2ProviderConfigOutput < Struct.new( :oauth_discovery, :client_id) SENSITIVE = [] include Aws::Structure end |