Class: Aws::BedrockAgentCoreControl::Types::Oauth2ProviderConfigInput

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

Overview

Note:

Oauth2ProviderConfigInput is a union - when making an API calls you must set exactly one of the members.

Contains the input configuration for an OAuth2 provider.

Defined Under Namespace

Classes: AtlassianOauth2ProviderConfig, CustomOauth2ProviderConfig, GithubOauth2ProviderConfig, GoogleOauth2ProviderConfig, IncludedOauth2ProviderConfig, LinkedinOauth2ProviderConfig, MicrosoftOauth2ProviderConfig, SalesforceOauth2ProviderConfig, SlackOauth2ProviderConfig, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#atlassian_oauth_2_provider_configTypes::AtlassianOauth2ProviderConfigInput

Configuration settings for Atlassian OAuth2 provider integration.



7261
7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
7285
7286
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7261

class Oauth2ProviderConfigInput < Struct.new(
  :custom_oauth_2_provider_config,
  :google_oauth_2_provider_config,
  :github_oauth_2_provider_config,
  :slack_oauth_2_provider_config,
  :salesforce_oauth_2_provider_config,
  :microsoft_oauth_2_provider_config,
  :atlassian_oauth_2_provider_config,
  :linkedin_oauth_2_provider_config,
  :included_oauth_2_provider_config,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class CustomOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class GoogleOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class GithubOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class SlackOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class SalesforceOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class MicrosoftOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class AtlassianOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class LinkedinOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class IncludedOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class Unknown < Oauth2ProviderConfigInput; end
end

#custom_oauth_2_provider_configTypes::CustomOauth2ProviderConfigInput

The configuration for a custom OAuth2 provider.



7261
7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
7285
7286
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7261

class Oauth2ProviderConfigInput < Struct.new(
  :custom_oauth_2_provider_config,
  :google_oauth_2_provider_config,
  :github_oauth_2_provider_config,
  :slack_oauth_2_provider_config,
  :salesforce_oauth_2_provider_config,
  :microsoft_oauth_2_provider_config,
  :atlassian_oauth_2_provider_config,
  :linkedin_oauth_2_provider_config,
  :included_oauth_2_provider_config,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class CustomOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class GoogleOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class GithubOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class SlackOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class SalesforceOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class MicrosoftOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class AtlassianOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class LinkedinOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class IncludedOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class Unknown < Oauth2ProviderConfigInput; end
end

#github_oauth_2_provider_configTypes::GithubOauth2ProviderConfigInput

The configuration for a GitHub OAuth2 provider.



7261
7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
7285
7286
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7261

class Oauth2ProviderConfigInput < Struct.new(
  :custom_oauth_2_provider_config,
  :google_oauth_2_provider_config,
  :github_oauth_2_provider_config,
  :slack_oauth_2_provider_config,
  :salesforce_oauth_2_provider_config,
  :microsoft_oauth_2_provider_config,
  :atlassian_oauth_2_provider_config,
  :linkedin_oauth_2_provider_config,
  :included_oauth_2_provider_config,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class CustomOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class GoogleOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class GithubOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class SlackOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class SalesforceOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class MicrosoftOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class AtlassianOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class LinkedinOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class IncludedOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class Unknown < Oauth2ProviderConfigInput; end
end

#google_oauth_2_provider_configTypes::GoogleOauth2ProviderConfigInput

The configuration for a Google OAuth2 provider.



7261
7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
7285
7286
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7261

class Oauth2ProviderConfigInput < Struct.new(
  :custom_oauth_2_provider_config,
  :google_oauth_2_provider_config,
  :github_oauth_2_provider_config,
  :slack_oauth_2_provider_config,
  :salesforce_oauth_2_provider_config,
  :microsoft_oauth_2_provider_config,
  :atlassian_oauth_2_provider_config,
  :linkedin_oauth_2_provider_config,
  :included_oauth_2_provider_config,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class CustomOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class GoogleOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class GithubOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class SlackOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class SalesforceOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class MicrosoftOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class AtlassianOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class LinkedinOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class IncludedOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class Unknown < Oauth2ProviderConfigInput; end
end

#included_oauth_2_provider_configTypes::IncludedOauth2ProviderConfigInput

The configuration for a non-custom OAuth2 provider. This includes settings for supported OAuth2 providers that have built-in integration support.



7261
7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
7285
7286
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7261

class Oauth2ProviderConfigInput < Struct.new(
  :custom_oauth_2_provider_config,
  :google_oauth_2_provider_config,
  :github_oauth_2_provider_config,
  :slack_oauth_2_provider_config,
  :salesforce_oauth_2_provider_config,
  :microsoft_oauth_2_provider_config,
  :atlassian_oauth_2_provider_config,
  :linkedin_oauth_2_provider_config,
  :included_oauth_2_provider_config,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class CustomOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class GoogleOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class GithubOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class SlackOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class SalesforceOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class MicrosoftOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class AtlassianOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class LinkedinOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class IncludedOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class Unknown < Oauth2ProviderConfigInput; end
end

#linkedin_oauth_2_provider_configTypes::LinkedinOauth2ProviderConfigInput

Configuration settings for LinkedIn OAuth2 provider integration.



7261
7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
7285
7286
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7261

class Oauth2ProviderConfigInput < Struct.new(
  :custom_oauth_2_provider_config,
  :google_oauth_2_provider_config,
  :github_oauth_2_provider_config,
  :slack_oauth_2_provider_config,
  :salesforce_oauth_2_provider_config,
  :microsoft_oauth_2_provider_config,
  :atlassian_oauth_2_provider_config,
  :linkedin_oauth_2_provider_config,
  :included_oauth_2_provider_config,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class CustomOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class GoogleOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class GithubOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class SlackOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class SalesforceOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class MicrosoftOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class AtlassianOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class LinkedinOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class IncludedOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class Unknown < Oauth2ProviderConfigInput; end
end

#microsoft_oauth_2_provider_configTypes::MicrosoftOauth2ProviderConfigInput

The configuration for a Microsoft OAuth2 provider.



7261
7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
7285
7286
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7261

class Oauth2ProviderConfigInput < Struct.new(
  :custom_oauth_2_provider_config,
  :google_oauth_2_provider_config,
  :github_oauth_2_provider_config,
  :slack_oauth_2_provider_config,
  :salesforce_oauth_2_provider_config,
  :microsoft_oauth_2_provider_config,
  :atlassian_oauth_2_provider_config,
  :linkedin_oauth_2_provider_config,
  :included_oauth_2_provider_config,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class CustomOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class GoogleOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class GithubOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class SlackOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class SalesforceOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class MicrosoftOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class AtlassianOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class LinkedinOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class IncludedOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class Unknown < Oauth2ProviderConfigInput; end
end

#salesforce_oauth_2_provider_configTypes::SalesforceOauth2ProviderConfigInput

The configuration for a Salesforce OAuth2 provider.



7261
7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
7285
7286
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7261

class Oauth2ProviderConfigInput < Struct.new(
  :custom_oauth_2_provider_config,
  :google_oauth_2_provider_config,
  :github_oauth_2_provider_config,
  :slack_oauth_2_provider_config,
  :salesforce_oauth_2_provider_config,
  :microsoft_oauth_2_provider_config,
  :atlassian_oauth_2_provider_config,
  :linkedin_oauth_2_provider_config,
  :included_oauth_2_provider_config,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class CustomOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class GoogleOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class GithubOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class SlackOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class SalesforceOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class MicrosoftOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class AtlassianOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class LinkedinOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class IncludedOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class Unknown < Oauth2ProviderConfigInput; end
end

#slack_oauth_2_provider_configTypes::SlackOauth2ProviderConfigInput

The configuration for a Slack OAuth2 provider.



7261
7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
7285
7286
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7261

class Oauth2ProviderConfigInput < Struct.new(
  :custom_oauth_2_provider_config,
  :google_oauth_2_provider_config,
  :github_oauth_2_provider_config,
  :slack_oauth_2_provider_config,
  :salesforce_oauth_2_provider_config,
  :microsoft_oauth_2_provider_config,
  :atlassian_oauth_2_provider_config,
  :linkedin_oauth_2_provider_config,
  :included_oauth_2_provider_config,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class CustomOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class GoogleOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class GithubOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class SlackOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class SalesforceOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class MicrosoftOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class AtlassianOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class LinkedinOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class IncludedOauth2ProviderConfig < Oauth2ProviderConfigInput; end
  class Unknown < Oauth2ProviderConfigInput; end
end

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



7261
7262
7263
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7261

def unknown
  @unknown
end