Class: Aws::QBusiness::Types::OpenIDConnectProviderConfiguration

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

Overview

Information about the OIDC-compliant identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#secrets_arnString

The Amazon Resource Name (ARN) of a Secrets Manager secret containing the OIDC client secret.

Returns:

  • (String)


4932
4933
4934
4935
4936
4937
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4932

class OpenIDConnectProviderConfiguration < Struct.new(
  :secrets_arn,
  :secrets_role)
  SENSITIVE = []
  include Aws::Structure
end

#secrets_roleString

An IAM role with permissions to access KMS to decrypt the Secrets Manager secret containing your OIDC client secret.

Returns:

  • (String)


4932
4933
4934
4935
4936
4937
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4932

class OpenIDConnectProviderConfiguration < Struct.new(
  :secrets_arn,
  :secrets_role)
  SENSITIVE = []
  include Aws::Structure
end