Class: Aws::QBusiness::Types::OAuth2ClientCredentialConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::OAuth2ClientCredentialConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Information about the OAuth 2.0 authentication credential/token used to configure a plugin.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorization_url ⇒ String
The redirect URL required by the OAuth 2.0 protocol for Amazon Q Business to authenticate a plugin user through a third party authentication server.
-
#role_arn ⇒ String
The ARN of an IAM role used by Amazon Q Business to access the OAuth 2.0 authentication credentials stored in a Secrets Manager secret.
-
#secret_arn ⇒ String
The ARN of the Secrets Manager secret that stores the OAuth 2.0 credentials/token used for plugin configuration.
-
#token_url ⇒ String
The URL required by the OAuth 2.0 protocol to exchange an end user authorization code for an access token.
Instance Attribute Details
#authorization_url ⇒ String
The redirect URL required by the OAuth 2.0 protocol for Amazon Q Business to authenticate a plugin user through a third party authentication server.
5943 5944 5945 5946 5947 5948 5949 5950 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5943 class OAuth2ClientCredentialConfiguration < Struct.new( :secret_arn, :role_arn, :authorization_url, :token_url) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of an IAM role used by Amazon Q Business to access the OAuth 2.0 authentication credentials stored in a Secrets Manager secret.
5943 5944 5945 5946 5947 5948 5949 5950 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5943 class OAuth2ClientCredentialConfiguration < Struct.new( :secret_arn, :role_arn, :authorization_url, :token_url) SENSITIVE = [] include Aws::Structure end |
#secret_arn ⇒ String
The ARN of the Secrets Manager secret that stores the OAuth 2.0 credentials/token used for plugin configuration.
5943 5944 5945 5946 5947 5948 5949 5950 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5943 class OAuth2ClientCredentialConfiguration < Struct.new( :secret_arn, :role_arn, :authorization_url, :token_url) SENSITIVE = [] include Aws::Structure end |
#token_url ⇒ String
The URL required by the OAuth 2.0 protocol to exchange an end user authorization code for an access token.
5943 5944 5945 5946 5947 5948 5949 5950 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5943 class OAuth2ClientCredentialConfiguration < Struct.new( :secret_arn, :role_arn, :authorization_url, :token_url) SENSITIVE = [] include Aws::Structure end |