Class: Aws::Glue::Types::GetGlueIdentityCenterConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Response containing the Glue Identity Center configuration details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_arnString

The Amazon Resource Name (ARN) of the Identity Center application associated with the Glue configuration.



13132
13133
13134
13135
13136
13137
13138
13139
# File 'lib/aws-sdk-glue/types.rb', line 13132

class GetGlueIdentityCenterConfigurationResponse < Struct.new(
  :application_arn,
  :instance_arn,
  :scopes,
  :user_background_sessions_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#instance_arnString

The Amazon Resource Name (ARN) of the Identity Center instance associated with the Glue configuration.



13132
13133
13134
13135
13136
13137
13138
13139
# File 'lib/aws-sdk-glue/types.rb', line 13132

class GetGlueIdentityCenterConfigurationResponse < Struct.new(
  :application_arn,
  :instance_arn,
  :scopes,
  :user_background_sessions_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#scopesArray<String>

A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.



13132
13133
13134
13135
13136
13137
13138
13139
# File 'lib/aws-sdk-glue/types.rb', line 13132

class GetGlueIdentityCenterConfigurationResponse < Struct.new(
  :application_arn,
  :instance_arn,
  :scopes,
  :user_background_sessions_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#user_background_sessions_enabledBoolean

Indicates whether users can run background sessions when using Identity Center authentication with Glue services.



13132
13133
13134
13135
13136
13137
13138
13139
# File 'lib/aws-sdk-glue/types.rb', line 13132

class GetGlueIdentityCenterConfigurationResponse < Struct.new(
  :application_arn,
  :instance_arn,
  :scopes,
  :user_background_sessions_enabled)
  SENSITIVE = []
  include Aws::Structure
end