Class: Aws::BedrockAgentCoreControl::Types::UpdateOauth2CredentialProviderRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#credential_provider_vendorString

The vendor of the OAuth2 credential provider.

Returns:

  • (String)


16238
16239
16240
16241
16242
16243
16244
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16238

class UpdateOauth2CredentialProviderRequest < Struct.new(
  :name,
  :credential_provider_vendor,
  :oauth2_provider_config_input)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the OAuth2 credential provider to update.

Returns:

  • (String)


16238
16239
16240
16241
16242
16243
16244
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16238

class UpdateOauth2CredentialProviderRequest < Struct.new(
  :name,
  :credential_provider_vendor,
  :oauth2_provider_config_input)
  SENSITIVE = []
  include Aws::Structure
end

#oauth2_provider_config_inputTypes::Oauth2ProviderConfigInput

The configuration input for the OAuth2 provider.



16238
16239
16240
16241
16242
16243
16244
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16238

class UpdateOauth2CredentialProviderRequest < Struct.new(
  :name,
  :credential_provider_vendor,
  :oauth2_provider_config_input)
  SENSITIVE = []
  include Aws::Structure
end