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>)


3832
3833
3834
3835
3836
3837
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3832

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

#scopeString

The name of the access scope.

Returns:

  • (String)


3832
3833
3834
3835
3836
3837
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3832

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