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


3864
3865
3866
3867
3868
3869
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3864

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

#scopeString

The name of the access scope.

Returns:

  • (String)


3864
3865
3866
3867
3868
3869
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3864

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