Class: Aws::QBusiness::Types::IdcAuthConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::IdcAuthConfiguration
- Defined in:
- gems/aws-sdk-qbusiness/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.
5596 5597 5598 5599 5600 5601 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5596 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.
5596 5597 5598 5599 5600 5601 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5596 class IdcAuthConfiguration < Struct.new( :idc_application_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |