Class: Aws::QBusiness::Types::IdcAuthConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::IdcAuthConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Information about the IAM Identity Center Application used to configure authentication for a plugin.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#idc_application_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM Identity Center Application used to configure authentication.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role with permissions to perform actions on Amazon Web Services services on your behalf.
Instance Attribute Details
#idc_application_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM Identity Center Application used to configure authentication.
4594 4595 4596 4597 4598 4599 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4594 class IdcAuthConfiguration < Struct.new( :idc_application_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role with permissions to perform actions on Amazon Web Services services on your behalf.
4594 4595 4596 4597 4598 4599 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4594 class IdcAuthConfiguration < Struct.new( :idc_application_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |