Class: Aws::BedrockAgentCoreControl::Types::RegistryRecordOAuthCredentialProvider
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::RegistryRecordOAuthCredentialProvider
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
OAuth credential provider configuration for authenticating with an external source during synchronization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_parameters ⇒ Hash<String,String>
Additional custom parameters for the OAuth flow.
-
#grant_type ⇒ String
The OAuth grant type.
-
#provider_arn ⇒ String
The Amazon Resource Name (ARN) of the OAuth credential provider resource.
-
#scopes ⇒ Array<String>
The OAuth scopes to request during authentication.
Instance Attribute Details
#custom_parameters ⇒ Hash<String,String>
Additional custom parameters for the OAuth flow.
13742 13743 13744 13745 13746 13747 13748 13749 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 13742 class RegistryRecordOAuthCredentialProvider < Struct.new( :provider_arn, :grant_type, :scopes, :custom_parameters) SENSITIVE = [] include Aws::Structure end |
#grant_type ⇒ String
The OAuth grant type. Currently only CLIENT_CREDENTIALS is
supported.
13742 13743 13744 13745 13746 13747 13748 13749 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 13742 class RegistryRecordOAuthCredentialProvider < Struct.new( :provider_arn, :grant_type, :scopes, :custom_parameters) SENSITIVE = [] include Aws::Structure end |
#provider_arn ⇒ String
The Amazon Resource Name (ARN) of the OAuth credential provider resource.
13742 13743 13744 13745 13746 13747 13748 13749 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 13742 class RegistryRecordOAuthCredentialProvider < Struct.new( :provider_arn, :grant_type, :scopes, :custom_parameters) SENSITIVE = [] include Aws::Structure end |
#scopes ⇒ Array<String>
The OAuth scopes to request during authentication.
13742 13743 13744 13745 13746 13747 13748 13749 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 13742 class RegistryRecordOAuthCredentialProvider < Struct.new( :provider_arn, :grant_type, :scopes, :custom_parameters) SENSITIVE = [] include Aws::Structure end |