Class: Aws::QBusiness::Types::AuthChallengeRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb

Overview

A request made by Amazon Q Business to a third paty authentication server to authenticate a custom plugin user.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_urlString

The URL sent by Amazon Q Business to the third party authentication server to authenticate a custom plugin user through an OAuth protocol.

Returns:

  • (String)


614
615
616
617
618
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 614

class AuthChallengeRequest < Struct.new(
  :authorization_url)
  SENSITIVE = []
  include Aws::Structure
end