Class: Aws::SSOAdmin::Types::PutApplicationAccessScopeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::PutApplicationAccessScopeRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
Specifies the ARN of the application with the access scope with the targets to add or update.
-
#authorized_targets ⇒ Array<String>
Specifies an array list of ARNs that represent the authorized targets for this access scope.
-
#scope ⇒ String
Specifies the name of the access scope to be associated with the specified targets.
Instance Attribute Details
#application_arn ⇒ String
Specifies the ARN of the application with the access scope with the targets to add or update.
3617 3618 3619 3620 3621 3622 3623 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3617 class PutApplicationAccessScopeRequest < Struct.new( :application_arn, :authorized_targets, :scope) SENSITIVE = [] include Aws::Structure end |
#authorized_targets ⇒ Array<String>
Specifies an array list of ARNs that represent the authorized targets for this access scope.
3617 3618 3619 3620 3621 3622 3623 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3617 class PutApplicationAccessScopeRequest < Struct.new( :application_arn, :authorized_targets, :scope) SENSITIVE = [] include Aws::Structure end |
#scope ⇒ String
Specifies the name of the access scope to be associated with the specified targets.
3617 3618 3619 3620 3621 3622 3623 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3617 class PutApplicationAccessScopeRequest < Struct.new( :application_arn, :authorized_targets, :scope) SENSITIVE = [] include Aws::Structure end |