Class: Aws::SSOAdmin::Types::GetApplicationAccessScopeResponse

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

#authorized_targetsArray<String>

An array of authorized targets associated with this access scope.

Returns:

  • (Array<String>)


1834
1835
1836
1837
1838
1839
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1834

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

#scopeString

The name of the access scope that can be used with the authorized targets.

Returns:

  • (String)


1834
1835
1836
1837
1838
1839
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1834

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