Class: Aws::VerifiedPermissions::Types::BatchIsAuthorizedWithTokenInputItem

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-verifiedpermissions/types.rb

Overview

An authorization request that you include in a ‘BatchIsAuthorizedWithToken` API request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::ActionIdentifier

Specifies the requested action to be authorized. For example, ‘PhotoFlash::ReadPhoto`.



516
517
518
519
520
521
522
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 516

class BatchIsAuthorizedWithTokenInputItem < Struct.new(
  :action,
  :resource,
  :context)
  SENSITIVE = []
  include Aws::Structure
end

#contextTypes::ContextDefinition

Specifies additional context that can be used to make more granular authorization decisions.



516
517
518
519
520
521
522
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 516

class BatchIsAuthorizedWithTokenInputItem < Struct.new(
  :action,
  :resource,
  :context)
  SENSITIVE = []
  include Aws::Structure
end

#resourceTypes::EntityIdentifier

Specifies the resource that you want an authorization decision for. For example, ‘PhotoFlash::Photo`.



516
517
518
519
520
521
522
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 516

class BatchIsAuthorizedWithTokenInputItem < Struct.new(
  :action,
  :resource,
  :context)
  SENSITIVE = []
  include Aws::Structure
end