Class: Aws::Glue::Types::GetGlueIdentityCenterConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetGlueIdentityCenterConfigurationResponse
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Response containing the Glue Identity Center configuration details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the Identity Center application associated with the Glue configuration.
-
#instance_arn ⇒ String
The Amazon Resource Name (ARN) of the Identity Center instance associated with the Glue configuration.
-
#scopes ⇒ Array<String>
A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.
-
#user_background_sessions_enabled ⇒ Boolean
Indicates whether users can run background sessions when using Identity Center authentication with Glue services.
Instance Attribute Details
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the Identity Center application associated with the Glue configuration.
13103 13104 13105 13106 13107 13108 13109 13110 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13103 class GetGlueIdentityCenterConfigurationResponse < Struct.new( :application_arn, :instance_arn, :scopes, :user_background_sessions_enabled) SENSITIVE = [] include Aws::Structure end |
#instance_arn ⇒ String
The Amazon Resource Name (ARN) of the Identity Center instance associated with the Glue configuration.
13103 13104 13105 13106 13107 13108 13109 13110 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13103 class GetGlueIdentityCenterConfigurationResponse < Struct.new( :application_arn, :instance_arn, :scopes, :user_background_sessions_enabled) SENSITIVE = [] include Aws::Structure end |
#scopes ⇒ Array<String>
A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.
13103 13104 13105 13106 13107 13108 13109 13110 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13103 class GetGlueIdentityCenterConfigurationResponse < Struct.new( :application_arn, :instance_arn, :scopes, :user_background_sessions_enabled) SENSITIVE = [] include Aws::Structure end |
#user_background_sessions_enabled ⇒ Boolean
Indicates whether users can run background sessions when using Identity Center authentication with Glue services.
13103 13104 13105 13106 13107 13108 13109 13110 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13103 class GetGlueIdentityCenterConfigurationResponse < Struct.new( :application_arn, :instance_arn, :scopes, :user_background_sessions_enabled) SENSITIVE = [] include Aws::Structure end |