Class: Aws::BedrockAgentCoreControl::Types::GithubOauth2ProviderConfigOutput

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

Overview

Output configuration for a GitHub OAuth2 provider.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_idString

The client ID for the GitHub OAuth2 provider.

Returns:

  • (String)


3038
3039
3040
3041
3042
3043
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3038

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

#oauth_discoveryTypes::Oauth2Discovery

The OAuth2 discovery information for the GitHub provider.



3038
3039
3040
3041
3042
3043
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3038

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