Class: Aws::SSOAdmin::Types::PutApplicationAccessScopeRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_arnString

Specifies the ARN of the application with the access scope with the targets to add or update.

Returns:

  • (String)


3617
3618
3619
3620
3621
3622
3623
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3617

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

#authorized_targetsArray<String>

Specifies an array list of ARNs that represent the authorized targets for this access scope.

Returns:

  • (Array<String>)


3617
3618
3619
3620
3621
3622
3623
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3617

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

#scopeString

Specifies the name of the access scope to be associated with the specified targets.

Returns:

  • (String)


3617
3618
3619
3620
3621
3622
3623
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3617

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