Class: Aws::QBusiness::Types::OAuth2ClientCredentialConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#role_arnString

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.

Returns:

  • (String)


4697
4698
4699
4700
4701
4702
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4697

class OAuth2ClientCredentialConfiguration < Struct.new(
  :secret_arn,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#secret_arnString

The ARN of the Secrets Manager secret that stores the OAuth 2.0 credentials/token used for plugin configuration.

Returns:

  • (String)


4697
4698
4699
4700
4701
4702
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4697

class OAuth2ClientCredentialConfiguration < Struct.new(
  :secret_arn,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end