Class: Aws::QBusiness::Types::OAuth2ClientCredentialConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::OAuth2ClientCredentialConfiguration
- Defined in:
- gems/aws-sdk-qbusiness/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
-
#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.
Instance Attribute Details
#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.
4910 4911 4912 4913 4914 4915 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4910 class OAuth2ClientCredentialConfiguration < Struct.new( :secret_arn, :role_arn) 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.
4910 4911 4912 4913 4914 4915 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4910 class OAuth2ClientCredentialConfiguration < Struct.new( :secret_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |