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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssoadmin/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_targetsArray<String>

An array list of ARNs of applications.

Returns:

  • (Array<String>)


3911
3912
3913
3914
3915
3916
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3911

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

#scopeString

The name of the access scope.

Returns:

  • (String)


3911
3912
3913
3914
3915
3916
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3911

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