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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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)


14576
14577
14578
14579
14580
14581
14582
14583
14584
14585
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14576

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:



14576
14577
14578
14579
14580
14581
14582
14583
14584
14585
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14576

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:



14576
14577
14578
14579
14580
14581
14582
14583
14584
14585
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14576

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:



14576
14577
14578
14579
14580
14581
14582
14583
14584
14585
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14576

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)


14576
14577
14578
14579
14580
14581
14582
14583
14584
14585
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14576

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)


14576
14577
14578
14579
14580
14581
14582
14583
14584
14585
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14576

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