Class: Aws::IoT::Types::TestInvokeAuthorizerRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_nameString

The custom authorizer name.

Returns:

  • (String)


15219
15220
15221
15222
15223
15224
15225
15226
15227
15228
# File 'lib/aws-sdk-iot/types.rb', line 15219

class TestInvokeAuthorizerRequest < Struct.new(
  :authorizer_name,
  :token,
  :token_signature,
  :http_context,
  :mqtt_context,
  :tls_context)
  SENSITIVE = []
  include Aws::Structure
end

#http_contextTypes::HttpContext

Specifies a test HTTP authorization request.

Returns:



15219
15220
15221
15222
15223
15224
15225
15226
15227
15228
# File 'lib/aws-sdk-iot/types.rb', line 15219

class TestInvokeAuthorizerRequest < Struct.new(
  :authorizer_name,
  :token,
  :token_signature,
  :http_context,
  :mqtt_context,
  :tls_context)
  SENSITIVE = []
  include Aws::Structure
end

#mqtt_contextTypes::MqttContext

Specifies a test MQTT authorization request.

Returns:



15219
15220
15221
15222
15223
15224
15225
15226
15227
15228
# File 'lib/aws-sdk-iot/types.rb', line 15219

class TestInvokeAuthorizerRequest < Struct.new(
  :authorizer_name,
  :token,
  :token_signature,
  :http_context,
  :mqtt_context,
  :tls_context)
  SENSITIVE = []
  include Aws::Structure
end

#tls_contextTypes::TlsContext

Specifies a test TLS authorization request.

Returns:



15219
15220
15221
15222
15223
15224
15225
15226
15227
15228
# File 'lib/aws-sdk-iot/types.rb', line 15219

class TestInvokeAuthorizerRequest < Struct.new(
  :authorizer_name,
  :token,
  :token_signature,
  :http_context,
  :mqtt_context,
  :tls_context)
  SENSITIVE = []
  include Aws::Structure
end

#tokenString

The token returned by your custom authentication service.

Returns:

  • (String)


15219
15220
15221
15222
15223
15224
15225
15226
15227
15228
# File 'lib/aws-sdk-iot/types.rb', line 15219

class TestInvokeAuthorizerRequest < Struct.new(
  :authorizer_name,
  :token,
  :token_signature,
  :http_context,
  :mqtt_context,
  :tls_context)
  SENSITIVE = []
  include Aws::Structure
end

#token_signatureString

The signature made with the token and your custom authentication service’s private key. This value must be Base-64-encoded.

Returns:

  • (String)


15219
15220
15221
15222
15223
15224
15225
15226
15227
15228
# File 'lib/aws-sdk-iot/types.rb', line 15219

class TestInvokeAuthorizerRequest < Struct.new(
  :authorizer_name,
  :token,
  :token_signature,
  :http_context,
  :mqtt_context,
  :tls_context)
  SENSITIVE = []
  include Aws::Structure
end