Class: Aws::SSOAdmin::Types::ScopeDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::ScopeDetails
- 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
-
#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.
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 |
#scope ⇒ String
The name of the access scope.
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 |