Class: Aws::QBusiness::Types::OpenIDConnectProviderConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::OpenIDConnectProviderConfiguration
- 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
-
#secrets_arn ⇒ String
The Amazon Resource Name (ARN) of a Secrets Manager secret containing the OIDC client secret.
-
#secrets_role ⇒ String
An IAM role with permissions to access KMS to decrypt the Secrets Manager secret containing your OIDC client secret.
Instance Attribute Details
#secrets_arn ⇒ String
The Amazon Resource Name (ARN) of a Secrets Manager secret containing the OIDC client secret.
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_role ⇒ String
An IAM role with permissions to access KMS to decrypt the Secrets Manager secret containing your OIDC client secret.
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 |