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


4007
4008
4009
4010
4011
4012
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 4007

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

#scopeString

The name of the access scope.

Returns:

  • (String)


4007
4008
4009
4010
4011
4012
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 4007

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