Class: Aws::SSOAdmin::Types::ScopeDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::ScopeDetails
- 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
-
#authorized_targets ⇒ Array<String>
An array list of ARNs of applications.
-
#scope ⇒ String
The name of the access scope.
Instance Attribute Details
#authorized_targets ⇒ Array<String>
An array list of ARNs of applications.
3832 3833 3834 3835 3836 3837 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3832 class ScopeDetails < Struct.new( :authorized_targets, :scope) SENSITIVE = [] include Aws::Structure end |
#scope ⇒ String
The name of the access scope.
3832 3833 3834 3835 3836 3837 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3832 class ScopeDetails < Struct.new( :authorized_targets, :scope) SENSITIVE = [] include Aws::Structure end |