Class: Aws::Glue::Types::UpdateGlueIdentityCenterConfigurationRequest

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

Overview

Request to update an existing Glue Identity Center configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scopesArray<String>

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

Returns:

  • (Array<String>)


28759
28760
28761
28762
28763
28764
# File 'lib/aws-sdk-glue/types.rb', line 28759

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

#user_background_sessions_enabledBoolean

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

Returns:

  • (Boolean)


28759
28760
28761
28762
28763
28764
# File 'lib/aws-sdk-glue/types.rb', line 28759

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