TestAuthorizationRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of authorization info objects. Simulating authorization will create a response for each authInfo object in the list.

Link copied to clipboard

The MQTT client ID.

Link copied to clipboard

The Cognito identity pool ID.

Link copied to clipboard

When testing custom authorization, the policies specified here are treated as if they are attached to the principal being authorized.

Link copied to clipboard

When testing custom authorization, the policies specified here are treated as if they are not attached to the principal being authorized.

Link copied to clipboard

The principal. Valid principals are CertificateArn (arn:aws:iot:region:accountId:cert/certificateId), thingGroupArn (arn:aws:iot:region:accountId:thinggroup/groupName) and CognitoId (region:id).

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String