AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the TestInvokeAuthorizer operation. Tests a custom authorization behavior by invoking a specified custom authorizer. Use this to test and debug the custom authorization behavior of devices that connect to the IoT device gateway.

Requires permission to access the TestInvokeAuthorizer action.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.IoT.AmazonIoTRequest
      Amazon.IoT.Model.TestInvokeAuthorizerRequest

Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z

Syntax

C#
public class TestInvokeAuthorizerRequest : AmazonIoTRequest
         IAmazonWebServiceRequest

The TestInvokeAuthorizerRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AuthorizerName System.String

Gets and sets the property AuthorizerName.

The custom authorizer name.

Public Property HttpContext Amazon.IoT.Model.HttpContext

Gets and sets the property HttpContext.

Specifies a test HTTP authorization request.

Public Property MqttContext Amazon.IoT.Model.MqttContext

Gets and sets the property MqttContext.

Specifies a test MQTT authorization request.

Public Property TlsContext Amazon.IoT.Model.TlsContext

Gets and sets the property TlsContext.

Specifies a test TLS authorization request.

Public Property Token System.String

Gets and sets the property Token.

The token returned by your custom authentication service.

Public Property TokenSignature System.String

Gets and sets the property TokenSignature.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5