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

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

Instance Attribute Details

#authorization_urlString

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.

Returns:

  • (String)


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_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)


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_arnString

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

Returns:

  • (String)


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_urlString

The URL required by the OAuth 2.0 protocol to exchange an end user authorization code for an access token.

Returns:

  • (String)


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