Class: Aws::SSOAdmin::Types::ScopeDetails

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

Overview

A structure that describes an IAM Identity Center access scope and its authorized targets.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorized_targets ⇒ Array<String>

An array list of ARNs of applications.

Returns:

  • (Array<String>)


4295
4296
4297
4298
4299
4300
# File 'lib/aws-sdk-ssoadmin/types.rb', line 4295

class ScopeDetails < Struct.new(
  :scope,
  :authorized_targets)
  SENSITIVE = []
  include Aws::Structure
end

#scope ⇒ String

The name of the access scope.

Returns:

  • (String)


4295
4296
4297
4298
4299
4300
# File 'lib/aws-sdk-ssoadmin/types.rb', line 4295

class ScopeDetails < Struct.new(
  :scope,
  :authorized_targets)
  SENSITIVE = []
  include Aws::Structure
end